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

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

Inheritance diagram for MR.Const_PolylineIntersectionResult2:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PolylineIntersectionResult2 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PolylineIntersectionResult2 (MR.Const_EdgePoint edgePoint, float distanceAlongLine)
 Constructs MR.PolylineIntersectionResult2 elementwise.
unsafe Const_PolylineIntersectionResult2 (MR.Const_PolylineIntersectionResult2 _other)
 Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.
 Const_PolylineIntersectionResult2 (PolylineIntersectionResult2 _other)
 Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_distanceAlongLine

Properties

unsafe MR.Const_EdgePoint edgePoint [get, protected set]
 intersection point in polyline
unsafe float distanceAlongLine [get]
 stores the distance from ray origin to the intersection point in direction units

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PolylineIntersectionResult2() [1/4]

unsafe MR.Const_PolylineIntersectionResult2.Const_PolylineIntersectionResult2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PolylineIntersectionResult2() [2/4]

unsafe MR.Const_PolylineIntersectionResult2.Const_PolylineIntersectionResult2 ( MR.Const_EdgePoint edgePoint,
float distanceAlongLine )
inline

Constructs MR.PolylineIntersectionResult2 elementwise.

◆ Const_PolylineIntersectionResult2() [3/4]

unsafe MR.Const_PolylineIntersectionResult2.Const_PolylineIntersectionResult2 ( MR.Const_PolylineIntersectionResult2 _other)
inline

◆ Const_PolylineIntersectionResult2() [4/4]

MR.Const_PolylineIntersectionResult2.Const_PolylineIntersectionResult2 ( PolylineIntersectionResult2 _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PolylineIntersectionResult2.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_distanceAlongLine

unsafe float* MR.Const_PolylineIntersectionResult2.__ref_storage_distanceAlongLine
protected

Property Documentation

◆ distanceAlongLine

unsafe float MR.Const_PolylineIntersectionResult2.distanceAlongLine
get

stores the distance from ray origin to the intersection point in direction units

◆ edgePoint

unsafe MR.Const_EdgePoint MR.Const_PolylineIntersectionResult2.edgePoint
getprotected set

intersection point in polyline


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