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

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

+ Inheritance diagram for MR.PolylineIntersectionResult2:

Public Member Functions

unsafe PolylineIntersectionResult2 ()
 Constructs an empty (default-constructed) instance.
 
unsafe PolylineIntersectionResult2 (MR.Const_EdgePoint edgePoint, float distanceAlongLine)
 Constructs MR.PolylineIntersectionResult2 elementwise.
 
unsafe PolylineIntersectionResult2 (MR.Const_PolylineIntersectionResult2 _other)
 Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.
 
 PolylineIntersectionResult2 (PolylineIntersectionResult2 _other)
 Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.
 
unsafe MR.PolylineIntersectionResult2 assign (MR.Const_PolylineIntersectionResult2 _other)
 Generated from method MR.PolylineIntersectionResult2.operator=.
 

Properties

new unsafe MR.EdgePoint edgePoint [get, protected set]
 intersection point in polyline
 
new unsafe ref 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 non-const half of the class.

Constructor & Destructor Documentation

◆ PolylineIntersectionResult2() [1/4]

unsafe MR.PolylineIntersectionResult2.PolylineIntersectionResult2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ PolylineIntersectionResult2() [2/4]

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

Constructs MR.PolylineIntersectionResult2 elementwise.

◆ PolylineIntersectionResult2() [3/4]

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

Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.

◆ PolylineIntersectionResult2() [4/4]

MR.PolylineIntersectionResult2.PolylineIntersectionResult2 ( PolylineIntersectionResult2 _other)
inline

Generated from constructor MR.PolylineIntersectionResult2.PolylineIntersectionResult2.

Member Function Documentation

◆ assign()

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

Generated from method MR.PolylineIntersectionResult2.operator=.

Property Documentation

◆ distanceAlongLine

new unsafe ref float MR.PolylineIntersectionResult2.distanceAlongLine
get

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

◆ edgePoint

new unsafe MR.EdgePoint MR.PolylineIntersectionResult2.edgePoint
getprotected set

intersection point in polyline


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