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

Generated from class MR.SegmentSegmentIntersectResult. This is the const half of the class. More...

Inheritance diagram for MR.Const_SegmentSegmentIntersectResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SegmentSegmentIntersectResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SegmentSegmentIntersectResult (bool doIntersect, bool cIsLeftFromAB)
 Constructs MR.SegmentSegmentIntersectResult elementwise.
unsafe Const_SegmentSegmentIntersectResult (MR.Const_SegmentSegmentIntersectResult _other)
 Generated from constructor MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult.
 Const_SegmentSegmentIntersectResult (SegmentSegmentIntersectResult _other)
 Generated from constructor MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult.

Static Public Member Functions

static unsafe operator bool (MR.Const_SegmentSegmentIntersectResult _this)
 Generated from conversion operator MR::SegmentSegmentIntersectResult::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_doIntersect
unsafe bool * __ref_storage_cIsLeftFromAB

Properties

unsafe bool doIntersect [get]
 whether the segments intersect
unsafe bool cIsLeftFromAB [get]
 whether the directed line AB has C point at the left

Detailed Description

Generated from class MR.SegmentSegmentIntersectResult. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SegmentSegmentIntersectResult() [1/4]

unsafe MR.Const_SegmentSegmentIntersectResult.Const_SegmentSegmentIntersectResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SegmentSegmentIntersectResult() [2/4]

unsafe MR.Const_SegmentSegmentIntersectResult.Const_SegmentSegmentIntersectResult ( bool doIntersect,
bool cIsLeftFromAB )
inline

Constructs MR.SegmentSegmentIntersectResult elementwise.

◆ Const_SegmentSegmentIntersectResult() [3/4]

unsafe MR.Const_SegmentSegmentIntersectResult.Const_SegmentSegmentIntersectResult ( MR.Const_SegmentSegmentIntersectResult _other)
inline

◆ Const_SegmentSegmentIntersectResult() [4/4]

MR.Const_SegmentSegmentIntersectResult.Const_SegmentSegmentIntersectResult ( SegmentSegmentIntersectResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SegmentSegmentIntersectResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

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

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

Member Data Documentation

◆ __ref_storage_cIsLeftFromAB

unsafe bool* MR.Const_SegmentSegmentIntersectResult.__ref_storage_cIsLeftFromAB
protected

◆ __ref_storage_doIntersect

unsafe bool* MR.Const_SegmentSegmentIntersectResult.__ref_storage_doIntersect
protected

Property Documentation

◆ cIsLeftFromAB

unsafe bool MR.Const_SegmentSegmentIntersectResult.cIsLeftFromAB
get

whether the directed line AB has C point at the left

◆ doIntersect

unsafe bool MR.Const_SegmentSegmentIntersectResult.doIntersect
get

whether the segments intersect


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