#include <j2k/Fred/Geometry/JCube.hpp>
Go to the source code of this file.
Functions | |
double | getX () const |
double | getY () const |
double | getR () const |
double | getAngle () const |
|
Definition at line 113 of file Cube.cpp. 00113 { 00114 return sq.getAngle(); 00115 } |
|
Definition at line 108 of file Cube.cpp. 00108 { 00109 return sq.getR(); 00110 } |
|
Definition at line 98 of file Cube.cpp. 00098 { 00099 return sq.getX(); 00100 } |
|
Definition at line 103 of file Cube.cpp. 00103 { 00104 return sq.getY(); 00105 } |