libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <MCCoordTypes.h>
Public Member Functions | |
Ray () | |
Ray (const WorldPt3 &inwpt3Vertex, const NormalVector &inwpt3Direction) | |
void GS_API | Transform (const TransformMatrix &mat) |
void GS_API | InverseTransform (const TransformMatrix &mat) |
Public Attributes | |
WorldPt3 | vertex |
NormalVector | direction |
|
inline |
|
inline |
void GS_API VectorworksMVR::Ray::InverseTransform | ( | const TransformMatrix & | mat | ) |
void GS_API VectorworksMVR::Ray::Transform | ( | const TransformMatrix & | mat | ) |
NormalVector VectorworksMVR::Ray::direction |
WorldPt3 VectorworksMVR::Ray::vertex |