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

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

Inheritance diagram for MR.PolylineProjectionResult3:

Public Member Functions

unsafe PolylineProjectionResult3 ()
 Constructs an empty (default-constructed) instance.
unsafe PolylineProjectionResult3 (MR.UndirectedEdgeId line, MR.Vector3f point, float distSq)
 Constructs MR.PolylineProjectionResult3 elementwise.
unsafe PolylineProjectionResult3 (MR.Const_PolylineProjectionResult3 _other)
 Generated from constructor MR.PolylineProjectionResult3.PolylineProjectionResult3.
 PolylineProjectionResult3 (PolylineProjectionResult3 _other)
 Generated from constructor MR.PolylineProjectionResult3.PolylineProjectionResult3.
unsafe MR.PolylineProjectionResult3 assign (MR.Const_PolylineProjectionResult3 _other)
 Generated from method MR::PolylineProjectionResult3::operator=.
Public Member Functions inherited from MR.Const_PolylineProjectionResult3
virtual void Dispose ()
unsafe Const_PolylineProjectionResult3 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PolylineProjectionResult3 (MR.UndirectedEdgeId line, MR.Vector3f point, float distSq)
 Constructs MR.PolylineProjectionResult3 elementwise.
unsafe Const_PolylineProjectionResult3 (MR.Const_PolylineProjectionResult3 _other)
 Generated from constructor MR.PolylineProjectionResult3.PolylineProjectionResult3.
 Const_PolylineProjectionResult3 (PolylineProjectionResult3 _other)
 Generated from constructor MR.PolylineProjectionResult3.PolylineProjectionResult3.
unsafe bool valid ()
 check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult3.valid.

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
new unsafe ref MR.Vector3f point [get]
 closest point on polyline, transformed by xf if it is given
new unsafe ref float distSq [get]
 squared distance from pt to proj
Properties inherited from MR.Const_PolylineProjectionResult3
unsafe ref readonly MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
unsafe ref readonly MR.Vector3f point [get]
 closest point on polyline, transformed by xf if it is given
unsafe float distSq [get]
 squared distance from pt to proj

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_PolylineProjectionResult3
static unsafe operator bool (MR.Const_PolylineProjectionResult3 _this)
 Generated from conversion operator MR::PolylineProjectionResult3::operator bool.
Protected Member Functions inherited from MR.Const_PolylineProjectionResult3
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PolylineProjectionResult3
unsafe MR.UndirectedEdgeId__ref_storage_line
unsafe MR.Vector3f__ref_storage_point
unsafe float * __ref_storage_distSq

Detailed Description

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

Constructor & Destructor Documentation

◆ PolylineProjectionResult3() [1/4]

unsafe MR.PolylineProjectionResult3.PolylineProjectionResult3 ( )
inline

Constructs an empty (default-constructed) instance.

◆ PolylineProjectionResult3() [2/4]

unsafe MR.PolylineProjectionResult3.PolylineProjectionResult3 ( MR.UndirectedEdgeId line,
MR.Vector3f point,
float distSq )
inline

Constructs MR.PolylineProjectionResult3 elementwise.

◆ PolylineProjectionResult3() [3/4]

unsafe MR.PolylineProjectionResult3.PolylineProjectionResult3 ( MR.Const_PolylineProjectionResult3 _other)
inline

◆ PolylineProjectionResult3() [4/4]

MR.PolylineProjectionResult3.PolylineProjectionResult3 ( PolylineProjectionResult3 _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.PolylineProjectionResult3 MR.PolylineProjectionResult3.assign ( MR.Const_PolylineProjectionResult3 _other)
inline

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

Property Documentation

◆ distSq

new unsafe ref float MR.PolylineProjectionResult3.distSq
get

squared distance from pt to proj

◆ line

new unsafe ref MR.UndirectedEdgeId MR.PolylineProjectionResult3.line
get

polyline's edge containing the closest point

◆ point

new unsafe ref MR.Vector3f MR.PolylineProjectionResult3.point
get

closest point on polyline, transformed by xf if it is given


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