Line class.
More...
#include <Line.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Default constructor setting all start- and end-position components to 0.
Copy constructor.
- Parameters:
-
[in] | cSource | Source to copy from |
Copy constructor.
- Parameters:
-
[in] | vStartPoint | Start point |
[in] | vEndPoint | End point |
Member Function Documentation
Line & PLMath::Line::operator= |
( |
const Line & |
cSource | ) |
[inline] |
Copy operator.
- Parameters:
-
[in] | cSource | Source to copy from |
- Returns:
- Reference to this instance
Sets the start and end position of the line.
- Parameters:
-
[in] | vStart | Line start position |
[in] | vEnd | Line end position |
PLMATH_API Line PLMath::Line::operator* |
( |
const Matrix3x3 & |
mRot | ) |
const |
PLMATH_API Line PLMath::Line::operator* |
( |
const Matrix3x4 & |
mTrans | ) |
const |
PLMATH_API Line PLMath::Line::operator* |
( |
const Matrix4x4 & |
mTrans | ) |
const |
PLMATH_API Line& PLMath::Line::operator*= |
( |
const Matrix3x3 & |
mRot | ) |
|
PLMATH_API Line& PLMath::Line::operator*= |
( |
const Matrix3x4 & |
mTrans | ) |
|
PLMATH_API Line& PLMath::Line::operator*= |
( |
const Matrix4x4 & |
mTrans | ) |
|
Member Data Documentation
The documentation for this class was generated from the following files: