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

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

+ Inheritance diagram for MR.PolylineProjectionResult2:

Public Member Functions

unsafe PolylineProjectionResult2 ()
 Constructs an empty (default-constructed) instance.
 
unsafe PolylineProjectionResult2 (MR.UndirectedEdgeId line, MR.Vector2f point, float distSq)
 Constructs MR.PolylineProjectionResult2 elementwise.
 
unsafe PolylineProjectionResult2 (MR.Const_PolylineProjectionResult2 _other)
 Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.
 
unsafe MR.PolylineProjectionResult2 assign (MR.Const_PolylineProjectionResult2 _other)
 Generated from method MR.PolylineProjectionResult2.operator=.
 
- Public Member Functions inherited from MR.Const_PolylineProjectionResult2
virtual void Dispose ()
 
unsafe Const_PolylineProjectionResult2 ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PolylineProjectionResult2 (MR.UndirectedEdgeId line, MR.Vector2f point, float distSq)
 Constructs MR.PolylineProjectionResult2 elementwise.
 
unsafe Const_PolylineProjectionResult2 (MR.Const_PolylineProjectionResult2 _other)
 Generated from constructor MR.PolylineProjectionResult2.PolylineProjectionResult2.
 
unsafe bool valid ()
 check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult2.valid.
 

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
 
new unsafe ref MR.Vector2f point [get]
 closest point on polyline, transformed by xf if it is given
 
new unsafe ref float distSq [get]
 squared distance from pt to proj
 
- Properties inherited from MR.Const_PolylineProjectionResult2
unsafe ref readonly MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
 
unsafe ref readonly MR.Vector2f point [get]
 closest point on polyline, transformed by xf if it is given
 
unsafe float distSq [get]
 squared distance from pt to proj
 
- Properties inherited from MR.Misc.Object< Const_PolylineProjectionResult2 >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.Const_PolylineProjectionResult2
static unsafe operator bool (MR.Const_PolylineProjectionResult2 _this)
 Generated from conversion operator MR.PolylineProjectionResult2.operator bool.
 
- Protected Member Functions inherited from MR.Const_PolylineProjectionResult2
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_PolylineProjectionResult2 >
bool _IsOwningVal
 

Detailed Description

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


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