MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_PolylineProjectionResult3Arg:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PolylineProjectionResult3Arg ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PolylineProjectionResult3Arg (MR.Const_PolylineProjectionResult3Arg _other)
 Generated from constructor MR.PolylineProjectionResult3Arg.PolylineProjectionResult3Arg.
 Const_PolylineProjectionResult3Arg (PolylineProjectionResult3Arg _other)
 Generated from constructor MR.PolylineProjectionResult3Arg.PolylineProjectionResult3Arg.
unsafe bool valid ()
 check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult3Arg.valid.

Static Public Member Functions

static unsafe implicit operator MR.Const_PolylineProjectionResult3 (Const_PolylineProjectionResult3Arg self)
static unsafe operator bool (MR.Const_PolylineProjectionResult3Arg _this)
 Generated from conversion operator MR::PolylineProjectionResult3Arg::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_pointId
unsafe MR.UndirectedEdgeId__ref_storage_line
unsafe MR.Vector3f__ref_storage_point
unsafe float * __ref_storage_distSq

Properties

unsafe ref readonly MR.VertId pointId [get]
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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PolylineProjectionResult3Arg() [1/3]

unsafe MR.Const_PolylineProjectionResult3Arg.Const_PolylineProjectionResult3Arg ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PolylineProjectionResult3Arg() [2/3]

unsafe MR.Const_PolylineProjectionResult3Arg.Const_PolylineProjectionResult3Arg ( MR.Const_PolylineProjectionResult3Arg _other)
inline

◆ Const_PolylineProjectionResult3Arg() [3/3]

MR.Const_PolylineProjectionResult3Arg.Const_PolylineProjectionResult3Arg ( PolylineProjectionResult3Arg _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PolylineProjectionResult3Arg.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

unsafe MR.Const_PolylineProjectionResult3Arg.operator bool ( MR.Const_PolylineProjectionResult3Arg _this)
inlineexplicitstatic

Generated from conversion operator MR::PolylineProjectionResult3Arg::operator bool.

◆ operator MR.Const_PolylineProjectionResult3()

unsafe implicit MR.Const_PolylineProjectionResult3Arg.operator MR.Const_PolylineProjectionResult3 ( Const_PolylineProjectionResult3Arg self)
inlinestatic

◆ valid()

unsafe bool MR.Const_PolylineProjectionResult3Arg.valid ( )
inline

check for validity, otherwise the projection was not found Generated from method MR.PolylineProjectionResult3Arg.valid.

Member Data Documentation

◆ __ref_storage_distSq

unsafe float* MR.Const_PolylineProjectionResult3Arg.__ref_storage_distSq
protected

◆ __ref_storage_line

unsafe MR.UndirectedEdgeId* MR.Const_PolylineProjectionResult3Arg.__ref_storage_line
protected

◆ __ref_storage_point

unsafe MR.Vector3f* MR.Const_PolylineProjectionResult3Arg.__ref_storage_point
protected

◆ __ref_storage_pointId

unsafe MR.VertId* MR.Const_PolylineProjectionResult3Arg.__ref_storage_pointId
protected

Property Documentation

◆ distSq

unsafe float MR.Const_PolylineProjectionResult3Arg.distSq
get

squared distance from pt to proj

◆ line

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

polyline's edge containing the closest point

◆ point

unsafe ref readonly MR.Vector3f MR.Const_PolylineProjectionResult3Arg.point
get

closest point on polyline, transformed by xf if it is given

◆ pointId

unsafe ref readonly MR.VertId MR.Const_PolylineProjectionResult3Arg.pointId
get

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