Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages | Examples

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

Definition at line 23 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 26 of file point.h.

double WT_Point3D::m_y
 

Magnitude of point along the Y-axis.

Definition at line 27 of file point.h.

double WT_Point3D::m_z
 

Magnitude of point along the Z-axis.

Definition at line 28 of file point.h.


The documentation for this class was generated from the following file:
Generated on Tue May 17 12:08:03 2005 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.1