Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TIntersector1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntersector1
(
const TInterval1< RealType >& u, |
Intersection/Intersector1.h | ||
TIntersector1
(
RealType u0, |
Intersection/Intersector1.h |
TIntersector1(const TInterval1< RealType > &, const TInterval1< RealType > &)
| Name | TIntersector1 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/Intersector1.h |
| Include Path | #include "Intersection/Intersector1.h" |
TIntersector1
(
const TInterval1 < RealType > & u,
const TInterval1 < RealType > & v
)
TIntersector1(RealType, RealType, RealType, RealType)
| Name | TIntersector1 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/Intersector1.h |
| Include Path | #include "Intersection/Intersector1.h" |
TIntersector1
(
RealType u0,
RealType u1,
RealType v0,
RealType v1
)