Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HW3DPoint Class Reference

Public Member Functions

 HW3DPoint ()
 
 HW3DPoint (float X, float Y, float Z=0.0f)
 
 HW3DPoint (HW3DPoint const *p)
 
 HW3DPoint (const HW3DPoint &p)
 
void Set (float X, float Y, float Z=0.0f)
 
void Set (HW3DPoint *p)
 
void Set (HW3DPoint const *p)
 
void Set (HW3DPoint &p)
 
void Set (const HW3DPoint &p)
 

Public Attributes

float x
 The x-coordinate of a 3-dimensional point.
 
float y
 The y-coordinate of a 3-dimensional point.
 
float z
 The z-coordinate of a 3-dimensional point.
 

Constructor & Destructor Documentation

HW3DPoint::HW3DPoint ( )
inline

default constructor

HW3DPoint::HW3DPoint ( float  X,
float  Y,
float  Z = 0.0f 
)
inline

constructor that accepts three floats

HW3DPoint::HW3DPoint ( HW3DPoint const *  p)
inline

constructor that accepts a pointer to an HW3DPoint object

References x, y, and z.

HW3DPoint::HW3DPoint ( const HW3DPoint p)
inline

constructor that accepts an HW3DPoint reference

References x, y, and z.

Member Function Documentation

void HW3DPoint::Set ( float  X,
float  Y,
float  Z = 0.0f 
)
inline

Packs an HW3DPoint object with coordinate values.

References x, y, and z.

void HW3DPoint::Set ( HW3DPoint p)
inline

Packs an HW3DPoint object with coordinate values.

References x, y, and z.

void HW3DPoint::Set ( HW3DPoint const *  p)
inline

Packs an HW3DPoint object with coordinate values.

References x, y, and z.

void HW3DPoint::Set ( HW3DPoint p)
inline

Packs an HW3DPoint object with coordinate values.

References x, y, and z.

void HW3DPoint::Set ( const HW3DPoint p)
inline

Packs an HW3DPoint object with coordinate values.

References x, y, and z.


The documentation for this class was generated from the following file: