Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/THalfspace3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
THalfspace3 () |
HalfspaceTypes.h | ||
THalfspace3
(
const TVector< T >& PlaneNormalIn, |
HalfspaceTypes.h | ||
THalfspace3
(
const TVector< T >& PlaneNormalIn, |
Construct a Halfspace from the plane Normal and a Point lying on the plane | HalfspaceTypes.h | |
THalfspace3
(
const TVector< T >& P0, |
Construct a Halfspace from three points | HalfspaceTypes.h | |
THalfspace3
(
T NormalX, |
HalfspaceTypes.h |
THalfspace3()
| Name | THalfspace3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/HalfspaceTypes.h |
| Include Path | #include "HalfspaceTypes.h" |
THalfspace3()
THalfspace3(const TVector< T > &, T)
| Name | THalfspace3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/HalfspaceTypes.h |
| Include Path | #include "HalfspaceTypes.h" |
THalfspace3
(
const TVector < T > & PlaneNormalIn,
T ConstantIn
)
THalfspace3(const TVector< T > &, const TVector< T > &)
Description
Construct a Halfspace from the plane Normal and a Point lying on the plane
| Name | THalfspace3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/HalfspaceTypes.h |
| Include Path | #include "HalfspaceTypes.h" |
THalfspace3
(
const TVector < T > & PlaneNormalIn,
const TVector < T > & PlanePoint
)
THalfspace3(const TVector< T > &, const TVector< T > &, const TVector< T > &)
Description
Construct a Halfspace from three points
| Name | THalfspace3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/HalfspaceTypes.h |
| Include Path | #include "HalfspaceTypes.h" |
THalfspace3
(
const TVector < T > & P0,
const TVector < T > & P1,
const TVector < T > & P2
)
THalfspace3(T, T, T, T)
| Name | THalfspace3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/HalfspaceTypes.h |
| Include Path | #include "HalfspaceTypes.h" |
THalfspace3
(
T NormalX,
T NormalY,
T NormalZ,
T ConstantIn
)