#include <j2k/Fred/Geometry/JPrism.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 196 of file PRISM.CPP. 00196 { 00197 return rc.getAngle(); 00198 } |
|
Definition at line 191 of file PRISM.CPP. 00191 { 00192 return rc.getR(); 00193 } |
|
Definition at line 181 of file PRISM.CPP. 00181 { 00182 return rc.getX(); 00183 } |
|
Definition at line 186 of file PRISM.CPP. 00186 { 00187 return rc.getY(); 00188 } |