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

Generated from class MR.Features.MeasureResult.Angle. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the const half of the class. More...

Inheritance diagram for MR.Features.Const_MeasureResult.Const_Angle:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Angle ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Angle (MR.Features.MeasureResult.Const_Angle _other)
 Generated from constructor MR::Features::MeasureResult::Angle::Angle.
 Const_Angle (Angle _other)
 Generated from constructor MR::Features::MeasureResult::Angle::Angle.
unsafe MR.Vector3f pointFor (bool b)
 Generated from method MR::Features::MeasureResult::Angle::pointFor.
unsafe MR.Vector3f dirFor (bool b)
 Generated from method MR::Features::MeasureResult::Angle::dirFor.
unsafe bool isSurfaceNormalFor (bool b)
 Generated from method MR::Features::MeasureResult::Angle::isSurfaceNormalFor.
unsafe float computeAngleInRadians ()
 Generated from method MR::Features::MeasureResult::Angle::computeAngleInRadians.

Static Public Member Functions

static unsafe implicit operator MR.Features.MeasureResult.Const_BasicPart (Const_Angle self)
static unsafe implicit operator bool (MR.Features.MeasureResult.Const_Angle _this)
 Generated from conversion operator MR::Features::MeasureResult::Angle::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_pointA
unsafe MR.Vector3f__ref_storage_pointB
unsafe MR.Vector3f__ref_storage_dirA
unsafe MR.Vector3f__ref_storage_dirB
unsafe bool * __ref_storage_isSurfaceNormalA
unsafe bool * __ref_storage_isSurfaceNormalB
unsafe MR.Features.MeasureResult.Status__ref_storage_status

Properties

unsafe ref readonly MR.Vector3f pointA [get]
unsafe ref readonly MR.Vector3f pointB [get]
unsafe ref readonly MR.Vector3f dirA [get]
unsafe ref readonly MR.Vector3f dirB [get]
unsafe bool isSurfaceNormalA [get]
 Whether dir{A,B} is a surface normal or a line direction.
unsafe bool isSurfaceNormalB [get]
unsafe MR.Features.MeasureResult.Status status [get]

Detailed Description

Generated from class MR.Features.MeasureResult.Angle. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Angle() [1/3]

unsafe MR.Features.Const_MeasureResult.Const_Angle.Const_Angle ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Angle() [2/3]

unsafe MR.Features.Const_MeasureResult.Const_Angle.Const_Angle ( MR.Features.MeasureResult.Const_Angle _other)
inline

Generated from constructor MR::Features::MeasureResult::Angle::Angle.

◆ Const_Angle() [3/3]

MR.Features.Const_MeasureResult.Const_Angle.Const_Angle ( Angle _other)
inline

Generated from constructor MR::Features::MeasureResult::Angle::Angle.

Member Function Documentation

◆ computeAngleInRadians()

unsafe float MR.Features.Const_MeasureResult.Const_Angle.computeAngleInRadians ( )
inline

Generated from method MR::Features::MeasureResult::Angle::computeAngleInRadians.

◆ dirFor()

unsafe MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.dirFor ( bool b)
inline

Generated from method MR::Features::MeasureResult::Angle::dirFor.

◆ Dispose() [1/2]

virtual void MR.Features.Const_MeasureResult.Const_Angle.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Features.Const_MeasureResult.Const_Angle.Dispose ( bool disposing)
inlineprotectedvirtual

◆ isSurfaceNormalFor()

unsafe bool MR.Features.Const_MeasureResult.Const_Angle.isSurfaceNormalFor ( bool b)
inline

Generated from method MR::Features::MeasureResult::Angle::isSurfaceNormalFor.

◆ operator bool()

unsafe implicit MR.Features.Const_MeasureResult.Const_Angle.operator bool ( MR.Features.MeasureResult.Const_Angle _this)
inlinestatic

Generated from conversion operator MR::Features::MeasureResult::Angle::operator bool.

◆ operator MR.Features.MeasureResult.Const_BasicPart()

unsafe implicit MR.Features.Const_MeasureResult.Const_Angle.operator MR.Features.MeasureResult.Const_BasicPart ( Const_Angle self)
inlinestatic

◆ pointFor()

unsafe MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.pointFor ( bool b)
inline

Generated from method MR::Features::MeasureResult::Angle::pointFor.

Member Data Documentation

◆ __ref_storage_dirA

unsafe MR.Vector3f* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_dirA
protected

◆ __ref_storage_dirB

unsafe MR.Vector3f* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_dirB
protected

◆ __ref_storage_isSurfaceNormalA

unsafe bool* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_isSurfaceNormalA
protected

◆ __ref_storage_isSurfaceNormalB

unsafe bool* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_isSurfaceNormalB
protected

◆ __ref_storage_pointA

unsafe MR.Vector3f* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_pointA
protected

◆ __ref_storage_pointB

unsafe MR.Vector3f* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_pointB
protected

◆ __ref_storage_status

unsafe MR.Features.MeasureResult.Status* MR.Features.Const_MeasureResult.Const_Angle.__ref_storage_status
protected

Property Documentation

◆ dirA

unsafe ref readonly MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.dirA
get

◆ dirB

unsafe ref readonly MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.dirB
get

◆ isSurfaceNormalA

unsafe bool MR.Features.Const_MeasureResult.Const_Angle.isSurfaceNormalA
get

Whether dir{A,B} is a surface normal or a line direction.

◆ isSurfaceNormalB

unsafe bool MR.Features.Const_MeasureResult.Const_Angle.isSurfaceNormalB
get

◆ pointA

unsafe ref readonly MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.pointA
get

◆ pointB

unsafe ref readonly MR.Vector3f MR.Features.Const_MeasureResult.Const_Angle.pointB
get

◆ status

unsafe MR.Features.MeasureResult.Status MR.Features.Const_MeasureResult.Const_Angle.status
get

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