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

Generated from class MR.MeshProjectionTransforms. This is the non-const half of the class. More...

Inheritance diagram for MR.MeshProjectionTransforms:

Public Member Functions

unsafe MeshProjectionTransforms ()
 Constructs an empty (default-constructed) instance.
unsafe MeshProjectionTransforms (MR.AffineXf3f? rigidXfPoint, MR.AffineXf3f? nonRigidXfTree)
 Constructs MR.MeshProjectionTransforms elementwise.
unsafe MeshProjectionTransforms (MR.Const_MeshProjectionTransforms _other)
 Generated from constructor MR.MeshProjectionTransforms.MeshProjectionTransforms.
 MeshProjectionTransforms (MeshProjectionTransforms _other)
 Generated from constructor MR.MeshProjectionTransforms.MeshProjectionTransforms.
unsafe MR.MeshProjectionTransforms assign (MR.Const_MeshProjectionTransforms _other)
 Generated from method MR::MeshProjectionTransforms::operator=.

Properties

new unsafe MR.? ConstBox_AffineXf3f rigidXfPoint [get, set]
 this xf is applied to point to move it into projection space
new unsafe MR.? ConstBox_AffineXf3f nonRigidXfTree [get, set]
 this xf is applied to AABB tree to move it into projection space

Detailed Description

Generated from class MR.MeshProjectionTransforms. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MeshProjectionTransforms() [1/4]

unsafe MR.MeshProjectionTransforms.MeshProjectionTransforms ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshProjectionTransforms() [2/4]

unsafe MR.MeshProjectionTransforms.MeshProjectionTransforms ( MR.AffineXf3f? rigidXfPoint,
MR.AffineXf3f? nonRigidXfTree )
inline

Constructs MR.MeshProjectionTransforms elementwise.

◆ MeshProjectionTransforms() [3/4]

unsafe MR.MeshProjectionTransforms.MeshProjectionTransforms ( MR.Const_MeshProjectionTransforms _other)
inline

◆ MeshProjectionTransforms() [4/4]

MR.MeshProjectionTransforms.MeshProjectionTransforms ( MeshProjectionTransforms _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.MeshProjectionTransforms MR.MeshProjectionTransforms.assign ( MR.Const_MeshProjectionTransforms _other)
inline

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

Property Documentation

◆ nonRigidXfTree

new unsafe MR.? ConstBox_AffineXf3f MR.MeshProjectionTransforms.nonRigidXfTree
getset

this xf is applied to AABB tree to move it into projection space

◆ rigidXfPoint

new unsafe MR.? ConstBox_AffineXf3f MR.MeshProjectionTransforms.rigidXfPoint
getset

this xf is applied to point to move it into projection space


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