#include <j2k/Fred/Geometry/JRectangle.hpp>
#include <j2k/Fred/MathCst.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 123 of file Rectangle.cpp. 00123 { 00124 return p.getAngle(); 00125 } |
|
Definition at line 118 of file Rectangle.cpp. 00118 { 00119 return p.getR(); 00120 } |
|
Definition at line 108 of file Rectangle.cpp. 00108 { 00109 return p.getX(); 00110 } |
|
Definition at line 113 of file Rectangle.cpp. 00113 { 00114 return p.getY(); 00115 } |