MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_MeshOrPointsXf (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_MRMeshOrPointsProjectionResult_From_ConstMRVector3fRef projector ()
 returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult Generated from method MR.MeshOrPointsXf.projector.
unsafe MR.Std.Function_Bool_From_ConstMRVector3fRef_MRMeshOrPointsProjectionResultRef 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)

Protected Attributes

unsafe MR.AffineXf3f__ref_storage_xf

Properties

unsafe MR.Const_MeshOrPoints obj [get, protected set]
unsafe ref readonly MR.AffineXf3f xf [get]

Detailed Description

an object and its transformation to global space with other objects Generated from class MR.MeshOrPointsXf. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshOrPointsXf() [1/3]

unsafe MR.Const_MeshOrPointsXf.Const_MeshOrPointsXf ( MR.Const_MeshOrPointsXf _other)
inline

Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.

◆ Const_MeshOrPointsXf() [2/3]

MR.Const_MeshOrPointsXf.Const_MeshOrPointsXf ( MeshOrPointsXf _other)
inline

Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.

◆ Const_MeshOrPointsXf() [3/3]

unsafe MR.Const_MeshOrPointsXf.Const_MeshOrPointsXf ( MR.Const_MeshOrPoints obj,
MR.AffineXf3f xf )
inline

Constructs MR.MeshOrPointsXf elementwise.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshOrPointsXf.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MeshOrPointsXf.Dispose ( bool disposing)
inlineprotectedvirtual

◆ limitedProjector()

unsafe MR.Std.Function_Bool_From_ConstMRVector3fRef_MRMeshOrPointsProjectionResultRef MR.Const_MeshOrPointsXf.limitedProjector ( )
inline

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.

◆ projector()

unsafe MR.Std.Function_MRMeshOrPointsProjectionResult_From_ConstMRVector3fRef MR.Const_MeshOrPointsXf.projector ( )
inline

returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult Generated from method MR.MeshOrPointsXf.projector.

Member Data Documentation

◆ __ref_storage_xf

unsafe MR.AffineXf3f* MR.Const_MeshOrPointsXf.__ref_storage_xf
protected

Property Documentation

◆ obj

unsafe MR.Const_MeshOrPoints MR.Const_MeshOrPointsXf.obj
getprotected set

◆ xf

unsafe ref readonly MR.AffineXf3f MR.Const_MeshOrPointsXf.xf
get

The documentation for this class was generated from the following file: