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

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

Inheritance diagram for MR.PointsProjectionResult:

Public Member Functions

unsafe PointsProjectionResult ()
 Constructs an empty (default-constructed) instance.
unsafe PointsProjectionResult (float distSq, MR.VertId vId)
 Constructs MR.PointsProjectionResult elementwise.
unsafe PointsProjectionResult (MR.Const_PointsProjectionResult _other)
 Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.
 PointsProjectionResult (PointsProjectionResult _other)
 Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.
unsafe MR.PointsProjectionResult assign (MR.Const_PointsProjectionResult _other)
 Generated from method MR::PointsProjectionResult::operator=.
Public Member Functions inherited from MR.Const_PointsProjectionResult
virtual void Dispose ()
unsafe Const_PointsProjectionResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointsProjectionResult (float distSq, MR.VertId vId)
 Constructs MR.PointsProjectionResult elementwise.
unsafe Const_PointsProjectionResult (MR.Const_PointsProjectionResult _other)
 Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.
 Const_PointsProjectionResult (PointsProjectionResult _other)
 Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.

Properties

new unsafe ref float distSq [get]
 squared distance from pt to proj
new unsafe ref MR.VertId vId [get]
 the closest vertex in point cloud
Properties inherited from MR.Const_PointsProjectionResult
unsafe float distSq [get]
 squared distance from pt to proj
unsafe ref readonly MR.VertId vId [get]
 the closest vertex in point cloud

Additional Inherited Members

Protected Member Functions inherited from MR.Const_PointsProjectionResult
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PointsProjectionResult
unsafe float * __ref_storage_distSq
unsafe MR.VertId__ref_storage_vId

Detailed Description

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

Constructor & Destructor Documentation

◆ PointsProjectionResult() [1/4]

unsafe MR.PointsProjectionResult.PointsProjectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointsProjectionResult() [2/4]

unsafe MR.PointsProjectionResult.PointsProjectionResult ( float distSq,
MR.VertId vId )
inline

Constructs MR.PointsProjectionResult elementwise.

◆ PointsProjectionResult() [3/4]

unsafe MR.PointsProjectionResult.PointsProjectionResult ( MR.Const_PointsProjectionResult _other)
inline

◆ PointsProjectionResult() [4/4]

MR.PointsProjectionResult.PointsProjectionResult ( PointsProjectionResult _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.PointsProjectionResult MR.PointsProjectionResult.assign ( MR.Const_PointsProjectionResult _other)
inline

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

Property Documentation

◆ distSq

new unsafe ref float MR.PointsProjectionResult.distSq
get

squared distance from pt to proj

◆ vId

new unsafe ref MR.VertId MR.PointsProjectionResult.vId
get

the closest vertex in point cloud


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