#include <j2k/Fred/Geometry/JSquare.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 111 of file Square.cpp. 00111 { 00112 return p.getAngle(); 00113 } |
|
Definition at line 106 of file Square.cpp. 00106 { 00107 return p.getR(); 00108 } |
|
Definition at line 96 of file Square.cpp. 00096 { 00097 return p.getX(); 00098 } |
|
Definition at line 101 of file Square.cpp. 00101 { 00102 return p.getY(); 00103 } |