MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshOrPointsXf Class Reference

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

Inheritance diagram for MR.MeshOrPointsXf:

Public Member Functions

unsafe MeshOrPointsXf (MR.Const_MeshOrPointsXf _other)
 Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.
 MeshOrPointsXf (MeshOrPointsXf _other)
 Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.
unsafe MeshOrPointsXf (MR.Const_MeshOrPoints obj, MR.AffineXf3f xf)
 Constructs MR.MeshOrPointsXf elementwise.
unsafe MR.MeshOrPointsXf assign (MR.Const_MeshOrPointsXf _other)
 Generated from method MR::MeshOrPointsXf::operator=.
Public Member Functions inherited from MR.Const_MeshOrPointsXf
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.

Properties

new unsafe MR.MeshOrPoints obj [get, protected set]
new unsafe ref MR.AffineXf3f xf [get]
Properties inherited from MR.Const_MeshOrPointsXf
unsafe MR.Const_MeshOrPoints obj [get, protected set]
unsafe ref readonly MR.AffineXf3f xf [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_MeshOrPointsXf
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_MeshOrPointsXf
unsafe MR.AffineXf3f__ref_storage_xf

Detailed Description

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

Constructor & Destructor Documentation

◆ MeshOrPointsXf() [1/3]

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

Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.

◆ MeshOrPointsXf() [2/3]

MR.MeshOrPointsXf.MeshOrPointsXf ( MeshOrPointsXf _other)
inline

Generated from constructor MR.MeshOrPointsXf.MeshOrPointsXf.

◆ MeshOrPointsXf() [3/3]

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

Constructs MR.MeshOrPointsXf elementwise.

Member Function Documentation

◆ assign()

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

Generated from method MR::MeshOrPointsXf::operator=.

Property Documentation

◆ obj

new unsafe MR.MeshOrPoints MR.MeshOrPointsXf.obj
getprotected set

◆ xf

new unsafe ref MR.AffineXf3f MR.MeshOrPointsXf.xf
get

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