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

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

Inheritance diagram for MR.Const_PointsProjectionResult:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_distSq
unsafe MR.VertId__ref_storage_vId

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PointsProjectionResult() [1/4]

unsafe MR.Const_PointsProjectionResult.Const_PointsProjectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointsProjectionResult() [2/4]

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

Constructs MR.PointsProjectionResult elementwise.

◆ Const_PointsProjectionResult() [3/4]

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

◆ Const_PointsProjectionResult() [4/4]

MR.Const_PointsProjectionResult.Const_PointsProjectionResult ( PointsProjectionResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointsProjectionResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_distSq

unsafe float* MR.Const_PointsProjectionResult.__ref_storage_distSq
protected

◆ __ref_storage_vId

unsafe MR.VertId* MR.Const_PointsProjectionResult.__ref_storage_vId
protected

Property Documentation

◆ distSq

unsafe float MR.Const_PointsProjectionResult.distSq
get

squared distance from pt to proj

◆ vId

unsafe ref readonly MR.VertId MR.Const_PointsProjectionResult.vId
get

the closest vertex in point cloud


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