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

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

Inheritance diagram for MR.Const_Polyline2ProjectionWithOffsetResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Polyline2ProjectionWithOffsetResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Polyline2ProjectionWithOffsetResult (MR.UndirectedEdgeId line, MR.Vector2f point, float dist)
 Constructs MR.Polyline2ProjectionWithOffsetResult elementwise.
unsafe Const_Polyline2ProjectionWithOffsetResult (MR.Const_Polyline2ProjectionWithOffsetResult _other)
 Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult.
 Const_Polyline2ProjectionWithOffsetResult (Polyline2ProjectionWithOffsetResult _other)
 Generated from constructor MR.Polyline2ProjectionWithOffsetResult.Polyline2ProjectionWithOffsetResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.UndirectedEdgeId__ref_storage_line
unsafe MR.Vector2f__ref_storage_point
unsafe float * __ref_storage_dist

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Polyline2ProjectionWithOffsetResult() [1/4]

unsafe MR.Const_Polyline2ProjectionWithOffsetResult.Const_Polyline2ProjectionWithOffsetResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Polyline2ProjectionWithOffsetResult() [2/4]

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

Constructs MR.Polyline2ProjectionWithOffsetResult elementwise.

◆ Const_Polyline2ProjectionWithOffsetResult() [3/4]

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

◆ Const_Polyline2ProjectionWithOffsetResult() [4/4]

MR.Const_Polyline2ProjectionWithOffsetResult.Const_Polyline2ProjectionWithOffsetResult ( Polyline2ProjectionWithOffsetResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Polyline2ProjectionWithOffsetResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Polyline2ProjectionWithOffsetResult.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_dist

unsafe float* MR.Const_Polyline2ProjectionWithOffsetResult.__ref_storage_dist
protected

◆ __ref_storage_line

unsafe MR.UndirectedEdgeId* MR.Const_Polyline2ProjectionWithOffsetResult.__ref_storage_line
protected

◆ __ref_storage_point

unsafe MR.Vector2f* MR.Const_Polyline2ProjectionWithOffsetResult.__ref_storage_point
protected

Property Documentation

◆ dist

unsafe float MR.Const_Polyline2ProjectionWithOffsetResult.dist
get

distance from offset point to proj

◆ line

unsafe ref readonly MR.UndirectedEdgeId MR.Const_Polyline2ProjectionWithOffsetResult.line
get

closest line id on polyline

◆ point

unsafe ref readonly MR.Vector2f MR.Const_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: