Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Beta/Geometry/Linear/Rectangle.cpp File Reference

#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


Function Documentation

double getAngle   const [inline]
 

Definition at line 123 of file Rectangle.cpp.

00123                                {
00124   return p.getAngle();
00125 }

double getR   const [inline]
 

Definition at line 118 of file Rectangle.cpp.

00118                            {
00119   return p.getR();
00120 }

double getX   const [inline]
 

Definition at line 108 of file Rectangle.cpp.

00108                            {
00109   return p.getX();
00110 }

double getY   const [inline]
 

Definition at line 113 of file Rectangle.cpp.

00113                            {
00114   return p.getY();
00115 }


Generated on Sun Oct 14 18:46:51 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001