a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class.
More...
|
|
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.
|
| |
|
unsafe bool | valid () |
| | check for validity, otherwise the point is not defined Generated from method MR.PointOnFace.valid.
|
| |
|
|
static unsafe | operator bool (MR.Const_PointOnFace _this) |
| | Generated from conversion operator MR.PointOnFace.operator bool.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class.
The documentation for this class was generated from the following file: