a point located on some mesh's face Generated from class MR.PointOnFace. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PointOnFace () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PointOnFace (MR.FaceId face, MR.Vector3f point) |
| Constructs MR.PointOnFace elementwise. | |
| unsafe | PointOnFace (MR.Const_PointOnFace _other) |
| Generated from constructor MR.PointOnFace.PointOnFace. | |
| PointOnFace (PointOnFace _other) | |
| Generated from constructor MR.PointOnFace.PointOnFace. | |
| unsafe MR.PointOnFace | assign (MR.Const_PointOnFace _other) |
| Generated from method MR::PointOnFace::operator=. | |
| Public Member Functions inherited from MR.Const_PointOnFace | |
| virtual void | Dispose () |
| unsafe | Const_PointOnFace () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PointOnFace (MR.FaceId face, MR.Vector3f point) |
| Constructs MR.PointOnFace elementwise. | |
| unsafe | Const_PointOnFace (MR.Const_PointOnFace _other) |
| Generated from constructor MR.PointOnFace.PointOnFace. | |
| Const_PointOnFace (PointOnFace _other) | |
| Generated from constructor MR.PointOnFace.PointOnFace. | |
| unsafe bool | valid () |
| check for validity, otherwise the point is not defined Generated from method MR.PointOnFace.valid. | |
Properties | |
| new unsafe ref MR.FaceId | face [get] |
| mesh's face containing the point | |
| new unsafe ref MR.Vector3f | point [get] |
| a point of the mesh's face | |
| Properties inherited from MR.Const_PointOnFace | |
| unsafe ref readonly MR.FaceId | face [get] |
| mesh's face containing the point | |
| unsafe ref readonly MR.Vector3f | point [get] |
| a point of the mesh's face | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_PointOnFace | |
| static unsafe | operator bool (MR.Const_PointOnFace _this) |
| Generated from conversion operator MR::PointOnFace::operator bool. | |
| Protected Member Functions inherited from MR.Const_PointOnFace | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_PointOnFace | |
| unsafe MR.FaceId * | __ref_storage_face |
| unsafe MR.Vector3f * | __ref_storage_point |
a point located on some mesh's face Generated from class MR.PointOnFace. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.PointOnFace elementwise.
|
inline |
Generated from constructor MR.PointOnFace.PointOnFace.
|
inline |
Generated from constructor MR.PointOnFace.PointOnFace.
|
inline |
Generated from method MR::PointOnFace::operator=.
|
get |
mesh's face containing the point
|
get |
a point of the mesh's face