describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshPoint () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MeshPoint (MR.Const_MeshTriPoint triPoint, MR.Vector3f pt, MR.Vector3f inDir, MR.Std._ByValue_Function_Bool_From_MRFaceId notIncidentFaces) |
| Constructs MR.MeshPoint elementwise. | |
| unsafe | Const_MeshPoint (MR._ByValue_MeshPoint _other) |
| Generated from constructor MR.MeshPoint.MeshPoint. | |
| Const_MeshPoint (Const_MeshPoint _other) | |
| Generated from constructor MR.MeshPoint.MeshPoint. | |
| Const_MeshPoint (MeshPoint _other) | |
| Generated from constructor MR.MeshPoint.MeshPoint. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3f * | __ref_storage_pt |
| unsafe MR.Vector3f * | __ref_storage_inDir |
Properties | |
| unsafe MR.Const_MeshTriPoint | triPoint [get, protected set] |
| relative position on mesh | |
| unsafe ref readonly MR.Vector3f | pt [get] |
| 3d coordinates | |
| unsafe ref readonly MR.Vector3f | inDir [get] |
| unit direction inside the mesh = minus normal | |
| unsafe MR.Std.Const_Function_Bool_From_MRFaceId | notIncidentFaces [get, protected set] |
| predicate that returns true for mesh faces not-incident to the point | |
describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.MeshPoint elementwise.
|
inline |
Generated from constructor MR.MeshPoint.MeshPoint.
|
inline |
Generated from constructor MR.MeshPoint.MeshPoint.
|
inline |
Generated from constructor MR.MeshPoint.MeshPoint.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
protected |
|
protected |
|
get |
unit direction inside the mesh = minus normal
|
getprotected set |
predicate that returns true for mesh faces not-incident to the point
|
get |
3d coordinates
|
getprotected set |
relative position on mesh