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

WT_Point2D Class Reference

#include <point.h>

List of all members.


Detailed Description

2D point (using doubles) used in 3x3 matrix calculations.

See also:
WT_Matrix2D

Definition at line 52 of file point.h.

Public Member Functions

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

Public Attributes

double m_x
double m_y


Member Data Documentation

double WT_Point2D::m_x
 

Magnitude of point along the X-axis.

Definition at line 55 of file point.h.

double WT_Point2D::m_y
 

Magnitude of point along the Y-axis.

Definition at line 56 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