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

Generated from class MR.PolylineProjectionResult3. Derived classes: Direct: (non-virtual) MR.PolylineProjectionResult3Arg This is the non-const half of the class. More...

+ Inheritance diagram for MR.PolylineProjectionResult3:

Public Member Functions

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

Properties

new unsafe ref MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
 
new unsafe ref MR.Vector3f 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_PolylineProjectionResult3
unsafe ref readonly MR.UndirectedEdgeId line [get]
 polyline's edge containing the closest point
 
unsafe ref readonly MR.Vector3f 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_PolylineProjectionResult3 >
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_PolylineProjectionResult3
static unsafe operator bool (MR.Const_PolylineProjectionResult3 _this)
 Generated from conversion operator MR.PolylineProjectionResult3.operator bool.
 
- Protected Member Functions inherited from MR.Const_PolylineProjectionResult3
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_PolylineProjectionResult3 >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.PolylineProjectionResult3. Derived classes: Direct: (non-virtual) MR.PolylineProjectionResult3Arg This is the non-const half of the class.


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