WT_Point3D Class Reference

#include <point.h>

List of all members.


Detailed Description

3D point (using doubles) used in 4x4 matrix calculations.

See also:
WT_Matrix_IO

Definition at line 31 of file point.h.

Public Member Functions

 WT_Point3D ()
 Constructs a WT_Point3D object.
 WT_Point3D (double x, double y, double z=0.0)
 Constructs a WT_Point3D object with the given coordinates.
WT_Boolean operator== (WT_Point3D const &p3d) const
 Returns WD_True if the two points are equal.

Public Attributes

double m_x
double m_y
double m_z


Member Data Documentation

double WT_Point3D::m_x
 

Magnitude of point along the X-axis.

Definition at line 34 of file point.h.

double WT_Point3D::m_y
 

Magnitude of point along the Y-axis.

Definition at line 35 of file point.h.

double WT_Point3D::m_z
 

Magnitude of point along the Z-axis.

Definition at line 36 of file point.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:41:24 2009 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.5