|
#include <CATPoint.h>
Definition at line 171 of file CATPoint.h.
Public Member Functions | |
| CATC3DPoint (const CATC3DPoint &point) | |
| CATC3DPoint (CATFloat64 xp, CATFloat64 yp, CATFloat64 zp, CATFloat64 sizep=0, CATUInt32 colorp=0) | |
| CATC3DPoint () | |
| virtual | ~CATC3DPoint () |
| CATC3DPoint & | FromScannedPolar (CATFloat64 yp, CATFloat64 zp, CATFloat64 theta_degrees, CATUInt32 colorp) |
| CATC3DPoint | operator+ (const CATC3DPoint &npoint) |
| CATC3DPoint | operator- (const CATC3DPoint &npoint) |
| CATC3DPoint & | operator= (const CATC3DPoint &npoint) |
| CATC3DPoint | operator * (CATFloat64 scaler) |
| CATC3DPoint | operator/ (CATFloat64 scaler) |
| CATC3DPoint | operator * (const CATC3DPoint &npoint) |
Public Attributes | |
| CATFloat64 | x |
| CATFloat64 | y |
| CATFloat64 | z |
| CATFloat64 | size |
| CATUInt32 | color |
1.5.4