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

Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the non-const half of the class. More...

Inheritance diagram for MR.ICPPairData:

Public Member Functions

unsafe ICPPairData ()
 Constructs an empty (default-constructed) instance.
unsafe ICPPairData (MR.Vector3f srcPoint, MR.Vector3f srcNorm, MR.Vector3f tgtPoint, MR.Vector3f tgtNorm, float distSq, float weight)
 Constructs MR.ICPPairData elementwise.
unsafe ICPPairData (MR.Const_ICPPairData _other)
 Generated from constructor MR.ICPPairData.ICPPairData.
 ICPPairData (ICPPairData _other)
 Generated from constructor MR.ICPPairData.ICPPairData.
unsafe MR.ICPPairData assign (MR.Const_ICPPairData _other)
 Generated from method MR::ICPPairData::operator=.
Public Member Functions inherited from MR.Const_ICPPairData
virtual void Dispose ()
unsafe Const_ICPPairData ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ICPPairData (MR.Vector3f srcPoint, MR.Vector3f srcNorm, MR.Vector3f tgtPoint, MR.Vector3f tgtNorm, float distSq, float weight)
 Constructs MR.ICPPairData elementwise.
unsafe Const_ICPPairData (MR.Const_ICPPairData _other)
 Generated from constructor MR.ICPPairData.ICPPairData.
 Const_ICPPairData (ICPPairData _other)
 Generated from constructor MR.ICPPairData.ICPPairData.
bool Equals (MR.Const_ICPPairData? _2)
override bool Equals (object? other)

Properties

new unsafe ref MR.Vector3f srcPoint [get]
 coordinates of the source point after transforming in world space
new unsafe ref MR.Vector3f srcNorm [get]
 normal in source point after transforming in world space
new unsafe ref MR.Vector3f tgtPoint [get]
 coordinates of the closest point on target after transforming in world space
new unsafe ref MR.Vector3f tgtNorm [get]
 normal in the target point after transforming in world space
new unsafe ref float distSq [get]
 squared distance between source and target points
new unsafe ref float weight [get]
 weight of the pair (to prioritize over other pairs)
Properties inherited from MR.Const_ICPPairData
unsafe ref readonly MR.Vector3f srcPoint [get]
 coordinates of the source point after transforming in world space
unsafe ref readonly MR.Vector3f srcNorm [get]
 normal in source point after transforming in world space
unsafe ref readonly MR.Vector3f tgtPoint [get]
 coordinates of the closest point on target after transforming in world space
unsafe ref readonly MR.Vector3f tgtNorm [get]
 normal in the target point after transforming in world space
unsafe float distSq [get]
 squared distance between source and target points
unsafe float weight [get]
 weight of the pair (to prioritize over other pairs)

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_ICPPairData
static unsafe bool operator== (MR.Const_ICPPairData _1, MR.Const_ICPPairData _2)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.Const_ICPPairData _1, MR.Const_ICPPairData _2)
Protected Member Functions inherited from MR.Const_ICPPairData
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_ICPPairData
unsafe MR.Vector3f__ref_storage_srcPoint
unsafe MR.Vector3f__ref_storage_srcNorm
unsafe MR.Vector3f__ref_storage_tgtPoint
unsafe MR.Vector3f__ref_storage_tgtNorm
unsafe float * __ref_storage_distSq
unsafe float * __ref_storage_weight

Detailed Description

Generated from class MR.ICPPairData. Derived classes: Direct: (non-virtual) MR.ICPGroupPair MR.PointPair This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ICPPairData() [1/4]

unsafe MR.ICPPairData.ICPPairData ( )
inline

Constructs an empty (default-constructed) instance.

◆ ICPPairData() [2/4]

unsafe MR.ICPPairData.ICPPairData ( MR.Vector3f srcPoint,
MR.Vector3f srcNorm,
MR.Vector3f tgtPoint,
MR.Vector3f tgtNorm,
float distSq,
float weight )
inline

Constructs MR.ICPPairData elementwise.

◆ ICPPairData() [3/4]

unsafe MR.ICPPairData.ICPPairData ( MR.Const_ICPPairData _other)
inline

Generated from constructor MR.ICPPairData.ICPPairData.

◆ ICPPairData() [4/4]

MR.ICPPairData.ICPPairData ( ICPPairData _other)
inline

Generated from constructor MR.ICPPairData.ICPPairData.

Member Function Documentation

◆ assign()

unsafe MR.ICPPairData MR.ICPPairData.assign ( MR.Const_ICPPairData _other)
inline

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

Property Documentation

◆ distSq

new unsafe ref float MR.ICPPairData.distSq
get

squared distance between source and target points

◆ srcNorm

new unsafe ref MR.Vector3f MR.ICPPairData.srcNorm
get

normal in source point after transforming in world space

◆ srcPoint

new unsafe ref MR.Vector3f MR.ICPPairData.srcPoint
get

coordinates of the source point after transforming in world space

◆ tgtNorm

new unsafe ref MR.Vector3f MR.ICPPairData.tgtNorm
get

normal in the target point after transforming in world space

◆ tgtPoint

new unsafe ref MR.Vector3f MR.ICPPairData.tgtPoint
get

coordinates of the closest point on target after transforming in world space

◆ weight

new unsafe ref float MR.ICPPairData.weight
get

weight of the pair (to prioritize over other pairs)


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