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

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

+ Inheritance diagram for MR.Polyline2ProjectionWithOffsetResult:

Public Member Functions

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

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 closest line id on polyline
 
new unsafe ref MR.Vector2f point [get]
 closest point on polyline, transformed by xf if it is given
 
new unsafe ref float dist [get]
 distance from offset point to proj
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Polyline2ProjectionWithOffsetResult() [1/4]

unsafe MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Polyline2ProjectionWithOffsetResult() [2/4]

unsafe MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult ( MR.UndirectedEdgeId line,
MR.Vector2f point,
float dist )
inline

Constructs MR.Polyline2ProjectionWithOffsetResult elementwise.

◆ Polyline2ProjectionWithOffsetResult() [3/4]

unsafe MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult ( MR.Const_Polyline2ProjectionWithOffsetResult _other)
inline

Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult.

◆ Polyline2ProjectionWithOffsetResult() [4/4]

MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult ( Polyline2ProjectionWithOffsetResult _other)
inline

Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult.

Member Function Documentation

◆ assign()

unsafe MR.Polyline2ProjectionWithOffsetResult MR.Polyline2ProjectionWithOffsetResult.assign ( MR.Const_Polyline2ProjectionWithOffsetResult _other)
inline

Generated from method MR.Polyline2ProjectionWithOffsetResult.operator=.

Property Documentation

◆ dist

new unsafe ref float MR.Polyline2ProjectionWithOffsetResult.dist
get

distance from offset point to proj

◆ line

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

closest line id on polyline

◆ point

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

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


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