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

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

Inheritance diagram for MR.SegmentSegmentIntersectResult:

Public Member Functions

unsafe SegmentSegmentIntersectResult ()
 Constructs an empty (default-constructed) instance.
unsafe SegmentSegmentIntersectResult (bool doIntersect, bool cIsLeftFromAB)
 Constructs MR.SegmentSegmentIntersectResult elementwise.
unsafe SegmentSegmentIntersectResult (MR.Const_SegmentSegmentIntersectResult _other)
 Generated from constructor MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult.
 SegmentSegmentIntersectResult (SegmentSegmentIntersectResult _other)
 Generated from constructor MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult.
unsafe MR.SegmentSegmentIntersectResult assign (MR.Const_SegmentSegmentIntersectResult _other)
 Generated from method MR::SegmentSegmentIntersectResult::operator=.
Public Member Functions inherited from MR.Const_SegmentSegmentIntersectResult
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.

Properties

new unsafe ref bool doIntersect [get]
 whether the segments intersect
new unsafe ref bool cIsLeftFromAB [get]
 whether the directed line AB has C point at the left
Properties inherited from MR.Const_SegmentSegmentIntersectResult
unsafe bool doIntersect [get]
 whether the segments intersect
unsafe bool cIsLeftFromAB [get]
 whether the directed line AB has C point at the left

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_SegmentSegmentIntersectResult
static unsafe operator bool (MR.Const_SegmentSegmentIntersectResult _this)
 Generated from conversion operator MR::SegmentSegmentIntersectResult::operator bool.
Protected Member Functions inherited from MR.Const_SegmentSegmentIntersectResult
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SegmentSegmentIntersectResult
unsafe bool * __ref_storage_doIntersect
unsafe bool * __ref_storage_cIsLeftFromAB

Detailed Description

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

Constructor & Destructor Documentation

◆ SegmentSegmentIntersectResult() [1/4]

unsafe MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ SegmentSegmentIntersectResult() [2/4]

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

Constructs MR.SegmentSegmentIntersectResult elementwise.

◆ SegmentSegmentIntersectResult() [3/4]

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

◆ SegmentSegmentIntersectResult() [4/4]

MR.SegmentSegmentIntersectResult.SegmentSegmentIntersectResult ( SegmentSegmentIntersectResult _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::SegmentSegmentIntersectResult::operator=.

Property Documentation

◆ cIsLeftFromAB

new unsafe ref bool MR.SegmentSegmentIntersectResult.cIsLeftFromAB
get

whether the directed line AB has C point at the left

◆ doIntersect

new unsafe ref bool MR.SegmentSegmentIntersectResult.doIntersect
get

whether the segments intersect


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