|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <MCMatrix.h>
Public Member Functions | |
| GS_API | TCoordSystem (void) |
| GS_API | TCoordSystem (const TOneWayCoordSystem &csSystem) |
| GS_API | TCoordSystem (const TransformMatrix &csMatrix) |
| GS_API | TCoordSystem (const Axis &csAxis) |
| TCoordSystem (const TCoordSystem &cs) | |
| TCoordSystem & | operator= (const TCoordSystem &cs) |
| const TransformMatrix & | GetInverseMat () const |
| bool | IsOrthonormal () const |
Public Member Functions inherited from VectorworksMVR::TOneWayCoordSystem | |
| GS_API | TOneWayCoordSystem (void) |
| GS_API | TOneWayCoordSystem (const TransformMatrix &csMatrix) |
| GS_API | TOneWayCoordSystem (const Axis &csAxis) |
| TOneWayCoordSystem (const TOneWayCoordSystem &cs) | |
| TOneWayCoordSystem & | operator= (const TOneWayCoordSystem &cs) |
| const TransformMatrix & | GetMat () const |
| const Axis & | GetAxis () const |
Protected Member Functions | |
| void GS_API | Setup (void) |
Protected Attributes | |
| TransformMatrix | fInverseCSMat |
Protected Attributes inherited from VectorworksMVR::TOneWayCoordSystem | |
| Axis | fCSAxis |
| TransformMatrix | fCSMat |
| GS_API TCoordSystem::TCoordSystem | ( | void | ) |
| GS_API TCoordSystem::TCoordSystem | ( | const TOneWayCoordSystem & | csSystem | ) |
| GS_API TCoordSystem::TCoordSystem | ( | const TransformMatrix & | csMatrix | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |