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

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

+ Inheritance diagram for MR.PolylineProjectionResult2:

Public Member Functions

unsafe PolylineProjectionResult2 ()
 Constructs an empty (default-constructed) instance.
 
unsafe PolylineProjectionResult2 (MR.UndirectedEdgeId line, MR.Vector2f point, float distSq)
 Constructs MR.PolylineProjectionResult2 elementwise.
 
unsafe PolylineProjectionResult2 (MR.Const_PolylineProjectionResult2 _other)
 Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.
 
 PolylineProjectionResult2 (PolylineProjectionResult2 _other)
 Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.
 
unsafe MR.PolylineProjectionResult2 assign (MR.Const_PolylineProjectionResult2 _other)
 Generated from method MR.PolylineProjectionResult2.operator=.
 

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
 
new unsafe ref MR.Vector2f 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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PolylineProjectionResult2() [1/4]

unsafe MR.PolylineProjectionResult2.PolylineProjectionResult2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ PolylineProjectionResult2() [2/4]

unsafe MR.PolylineProjectionResult2.PolylineProjectionResult2 ( MR.UndirectedEdgeId line,
MR.Vector2f point,
float distSq )
inline

Constructs MR.PolylineProjectionResult2 elementwise.

◆ PolylineProjectionResult2() [3/4]

unsafe MR.PolylineProjectionResult2.PolylineProjectionResult2 ( MR.Const_PolylineProjectionResult2 _other)
inline

Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.

◆ PolylineProjectionResult2() [4/4]

MR.PolylineProjectionResult2.PolylineProjectionResult2 ( PolylineProjectionResult2 _other)
inline

Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.

Member Function Documentation

◆ assign()

unsafe MR.PolylineProjectionResult2 MR.PolylineProjectionResult2.assign ( MR.Const_PolylineProjectionResult2 _other)
inline

Generated from method MR.PolylineProjectionResult2.operator=.

Property Documentation

◆ distSq

new unsafe ref float MR.PolylineProjectionResult2.distSq
get

squared distance from pt to proj

◆ line

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

polyline's edge containing the closest point

◆ point

new unsafe ref MR.Vector2f MR.PolylineProjectionResult2.point
get

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


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