Main Page | Class Hierarchy | Compound List | File List | Compound Members

DMatrix Class Reference

#include <DGeometry.h>

Inheritance diagram for DMatrix:

DObject List of all members.

Detailed Description

TODO: Brief Class Description.

TODO: Detailed Class Description


Public Member Functions

 DMatrix (void)
 Constructor.

void Identity (void)
 Identity.

void PostTranslate (float x, float y, float z)
 Post Translation.

void PostRotate (float alpha, float x, float y, float z)
 Post Rotation.

void PostRotateX (float alpha)
 Post Rotation.

void PostRotateY (float alpha)
 Post Rotation.

void PostRotateZ (float alpha)
 Post Rotation.

void Transform (float *vec)
 Post Rotation.

void Transform (float &x, float &y, float &z)
 Post Rotation.


Public Attributes

float * m
 The data.


Constructor & Destructor Documentation

DMatrix::DMatrix void   ) 
 

Constructor.

TODO: detailed description.


Member Function Documentation

void DMatrix::Identity void   ) 
 

Identity.

TODO: detailed description.

void DMatrix::PostRotateX float  alpha  ) 
 

Post Rotation.

TODO: detailed description.

void DMatrix::PostRotateY float  alpha  ) 
 

Post Rotation.

TODO: detailed description.

void DMatrix::PostRotateZ float  alpha  ) 
 

Post Rotation.

TODO: detailed description.

void DMatrix::PostTranslate float  x,
float  y,
float  z
 

Post Translation.

TODO: detailed description.

void DMatrix::Transform float &  x,
float &  y,
float &  z
 

Post Rotation.

TODO: detailed description.

void DMatrix::Transform float *  vec  ) 
 

Post Rotation.

TODO: detailed description.


The documentation for this class was generated from the following files:
Generated on Thu Jun 19 21:55:41 2003 for Debris by doxygen 1.3.2