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

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

Inheritance diagram for MR.Const_TriangleSegmentIntersectResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TriangleSegmentIntersectResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TriangleSegmentIntersectResult (bool doIntersect, bool dIsLeftFromABC)
 Constructs MR.TriangleSegmentIntersectResult elementwise.
unsafe Const_TriangleSegmentIntersectResult (MR.Const_TriangleSegmentIntersectResult _other)
 Generated from constructor MR.TriangleSegmentIntersectResult.TriangleSegmentIntersectResult.
 Const_TriangleSegmentIntersectResult (TriangleSegmentIntersectResult _other)
 Generated from constructor MR.TriangleSegmentIntersectResult.TriangleSegmentIntersectResult.

Static Public Member Functions

static unsafe operator bool (MR.Const_TriangleSegmentIntersectResult _this)
 Generated from conversion operator MR::TriangleSegmentIntersectResult::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_doIntersect
unsafe bool * __ref_storage_dIsLeftFromABC

Properties

unsafe bool doIntersect [get]
 whether triangle and segment intersect
unsafe bool dIsLeftFromABC [get]
 whether the plane with orientated triangle ABC has D point at the left

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_TriangleSegmentIntersectResult() [1/4]

unsafe MR.Const_TriangleSegmentIntersectResult.Const_TriangleSegmentIntersectResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TriangleSegmentIntersectResult() [2/4]

unsafe MR.Const_TriangleSegmentIntersectResult.Const_TriangleSegmentIntersectResult ( bool doIntersect,
bool dIsLeftFromABC )
inline

Constructs MR.TriangleSegmentIntersectResult elementwise.

◆ Const_TriangleSegmentIntersectResult() [3/4]

unsafe MR.Const_TriangleSegmentIntersectResult.Const_TriangleSegmentIntersectResult ( MR.Const_TriangleSegmentIntersectResult _other)
inline

◆ Const_TriangleSegmentIntersectResult() [4/4]

MR.Const_TriangleSegmentIntersectResult.Const_TriangleSegmentIntersectResult ( TriangleSegmentIntersectResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TriangleSegmentIntersectResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

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

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

Member Data Documentation

◆ __ref_storage_dIsLeftFromABC

unsafe bool* MR.Const_TriangleSegmentIntersectResult.__ref_storage_dIsLeftFromABC
protected

◆ __ref_storage_doIntersect

unsafe bool* MR.Const_TriangleSegmentIntersectResult.__ref_storage_doIntersect
protected

Property Documentation

◆ dIsLeftFromABC

unsafe bool MR.Const_TriangleSegmentIntersectResult.dIsLeftFromABC
get

whether the plane with orientated triangle ABC has D point at the left

◆ doIntersect

unsafe bool MR.Const_TriangleSegmentIntersectResult.doIntersect
get

whether triangle and segment intersect


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