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

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

+ Inheritance diagram for MR.PolylineProjectionWithOffsetResult3:

Public Member Functions

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

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 closest line id on polyline
 
new unsafe ref MR.Vector3f 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.PolylineProjectionWithOffsetResult3. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PolylineProjectionWithOffsetResult3() [1/4]

unsafe MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3 ( )
inline

Constructs an empty (default-constructed) instance.

◆ PolylineProjectionWithOffsetResult3() [2/4]

unsafe MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3 ( MR.UndirectedEdgeId line,
MR.Vector3f point,
float dist )
inline

Constructs MR.PolylineProjectionWithOffsetResult3 elementwise.

◆ PolylineProjectionWithOffsetResult3() [3/4]

unsafe MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3 ( MR.Const_PolylineProjectionWithOffsetResult3 _other)
inline

Generated from constructor MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3.

◆ PolylineProjectionWithOffsetResult3() [4/4]

MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3 ( PolylineProjectionWithOffsetResult3 _other)
inline

Generated from constructor MR.PolylineProjectionWithOffsetResult3.PolylineProjectionWithOffsetResult3.

Member Function Documentation

◆ assign()

unsafe MR.PolylineProjectionWithOffsetResult3 MR.PolylineProjectionWithOffsetResult3.assign ( MR.Const_PolylineProjectionWithOffsetResult3 _other)
inline

Generated from method MR.PolylineProjectionWithOffsetResult3.operator=.

Property Documentation

◆ dist

new unsafe ref float MR.PolylineProjectionWithOffsetResult3.dist
get

distance from offset point to proj

◆ line

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

closest line id on polyline

◆ point

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

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


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