Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TIntrRay3Triangle3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool TestIntersection
(
const TWatertightRay3< Real >& InRay, |
Watertight intersection test | Intersection/IntrRay3Triangle3.h | |
static bool TestIntersection
(
const TRay< Real >& InRay, |
Intersection/IntrRay3Triangle3.h |
TestIntersection(const TWatertightRay3< Real > &, const TTriangle3< Real > &, EIntersectionType &)
Description
Watertight intersection test
| Name | TestIntersection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3Triangle3.h |
| Include Path | #include "Intersection/IntrRay3Triangle3.h" |
static bool TestIntersection
(
const TWatertightRay3 < Real > & InRay,
const TTriangle3 < Real > & InTriangle,
EIntersectionType & OutIntersectionType
)
TestIntersection(const TRay< Real > &, const TTriangle3< Real > &, EIntersectionType &)
| Name | TestIntersection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3Triangle3.h |
| Include Path | #include "Intersection/IntrRay3Triangle3.h" |
static bool TestIntersection
(
const TRay < Real > & InRay,
const TTriangle3 < Real > & InTriangle,
EIntersectionType & OutIntersectionType
)