Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/ExactIntrTriangle3Triangle3.h |
| Include | #include "Intersection/ExactIntrTriangle3Triangle3.h" |
Syntax
template<typename Real>
class TExactIntrTriangle3Triangle3
Remarks
An exact-math version of TIntrTriangle3Triangle3, with less persistent state results are returned per-function rather than kept on the struct.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TTriangle3< Real > | Triangle0 | Inputs. | |
| TTriangle3< Real > | Triangle1 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| TODO: Implement the option to support coplanar intersection bool bIgnoreCoplanar = true; | |||
TExactIntrTriangle3Triangle3
(
TTriangle3< Real > Triangle0, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindWithoutCoplanar
(
const TTriangle3< Real >& Triangle0, |
||
| bool | Test
(
bool& bWasCoplanar |
||
| bool | TestWithoutCoplanar
(
const TTriangle3< Real >& Triangle0, |