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=.
 

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
 

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

Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.

◆ PointsProjectionResult() [4/4]

MR.PointsProjectionResult.PointsProjectionResult ( PointsProjectionResult _other)
inline

Generated from constructor MR.PointsProjectionResult.PointsProjectionResult.

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: