Generated from class MR.TriangleSegmentIntersectResult. This is the non-const half of the class.
More...
|
| new unsafe ref bool | doIntersect [get] |
| | whether triangle and segment intersect
|
| new unsafe ref bool | dIsLeftFromABC [get] |
| | whether the plane with orientated triangle ABC has D point at the left
|
Generated from class MR.TriangleSegmentIntersectResult. This is the non-const half of the class.
◆ TriangleSegmentIntersectResult() [1/4]
| unsafe MR.TriangleSegmentIntersectResult.TriangleSegmentIntersectResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ TriangleSegmentIntersectResult() [2/4]
| unsafe MR.TriangleSegmentIntersectResult.TriangleSegmentIntersectResult |
( |
bool | doIntersect, |
|
|
bool | dIsLeftFromABC ) |
|
inline |
◆ TriangleSegmentIntersectResult() [3/4]
| unsafe MR.TriangleSegmentIntersectResult.TriangleSegmentIntersectResult |
( |
MR.Const_TriangleSegmentIntersectResult | _other | ) |
|
|
inline |
◆ TriangleSegmentIntersectResult() [4/4]
◆ assign()
Generated from method MR::TriangleSegmentIntersectResult::operator=.
◆ dIsLeftFromABC
| new unsafe ref bool MR.TriangleSegmentIntersectResult.dIsLeftFromABC |
|
get |
whether the plane with orientated triangle ABC has D point at the left
◆ doIntersect
| new unsafe ref bool MR.TriangleSegmentIntersectResult.doIntersect |
|
get |
whether triangle and segment intersect
The documentation for this class was generated from the following file: