an object and its transformation to global space with other objects Generated from class MR.MeshOrPointsXf. This is the const half of the class.
More...
Inheritance diagram for MR.Const_MeshOrPointsXf:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MeshOrPointsXf (MR.Const_MeshOrPointsXf _other) |
Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf. | |
| unsafe | Const_MeshOrPointsXf (MR.Const_MeshOrPoints obj, MR.AffineXf3f xf) |
Constructs MR.MeshOrPointsXf elementwise. | |
| unsafe MR.Std.Function_MRMeshOrPointsProjectionResultFuncFromConstMRVector3fRef | projector () |
returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult Generated from method MR.MeshOrPointsXf.projector. | |
| unsafe MR.Std.Function_BoolFuncFromConstMRVector3fRefMRMeshOrPointsProjectionResultRef | limitedProjector () |
returns a function that updates previously known projection (closest) points on this, the update takes place only if newly found closest point is closer to p than sqrt(res.distSq) given on input Generated from method MR.MeshOrPointsXf.limitedProjector. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_MeshOrPoints | obj [get] |
| unsafe ref readonly MR.AffineXf3f | xf [get] |
Properties inherited from MR.Misc.Object< Const_MeshOrPointsXf > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_MeshOrPointsXf > | |
| bool | _IsOwningVal |
an object and its transformation to global space with other objects Generated from class MR.MeshOrPointsXf. This is the const half of the class.