|
| IntersectPoint (Vector3d pos, Vector3d normal) |
|
| IntersectPoint (EnumTopoShapeType type, int primitiveIdx, Vector3d pos, double dist, int subDrawId, Vector3d normal) |
|
| IntersectPoint (EnumTopoShapeType type, int primitiveIdx, Vector3d pos, double dist, int subDrawId) |
|
| IntersectPoint (EnumTopoShapeType type, int primitiveIdx, Vector3d pos, double dist) |
|
| IntersectPoint (EnumTopoShapeType type, int primitiveIdx) |
|
int | GetShapeIndex () |
|
void | SetShapeIndex (int val) |
|
int | GetPrimitiveIndex () |
|
void | SetPrimitiveIndex (int val) |
|
double | GetDistance () |
|
void | SetDistance (double val) |
|
Vector3d | GetPosition () |
|
Vector3d | GetNormal () |
|
void | SetNormal (Vector3d val) |
|
Vector3d | GetLocalPosition () |
|
void | SetLocalPosition (Vector3d val) |
|
EnumTopoShapeType | GetShapeType () |
|
void | SetShapeType (EnumTopoShapeType val) |
|
int | GetTopoShapeId () |
|
void | SetTopoShapeId (int val) |
|
int | GetSubDrawId () |
|
void | SetSubDrawId (int val) |
|
boolean | IsNull () |
|
boolean | AlmostEqual (IntersectPoint other) |
|
void | Transform (Matrix4d trf) |
|
void | ApplyPickOrder (double order) |
|