Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPlane
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Default constructor (no initialization). |
Math/Plane.h |
|
|
Constructor.TPlane inline functions |
Math/Plane.h |
|
|
Constructor |
Math/Plane.h |
|
|
Conversion to other type. |
Math/Plane.h |
|
|
Constructor. |
Math/Plane.h |
|
|
Constructor. |
Math/Plane.h |
|
|
Constructor. |
Math/Plane.h |
|
TPlane
(
T InX,
T InY,
T InZ,
T InW
)
|
Constructor. |
Math/Plane.h |
|
TPlane()
Description
Default constructor (no initialization).
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane()
TPlane(const TVector4< T > &)
Description
Constructor.
TPlane inline functions
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
const TVector4 < T > & V
)
Parameters
| Name |
Remarks |
| V |
4D vector to set up plane. |
TPlane(EForceInit)
Description
Constructor
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
EForceInit
)
Parameters
| Name |
Remarks |
| EForceInit |
Force Init Enum. |
TPlane(const TPlane< FArg > &)
Description
Conversion to other type.
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TPlane
(
const TPlane < FArg > & From
)
TPlane(TVector< T >, T)
Description
Constructor.
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
TVector < T > InNormal,
T InW
)
Parameters
| Name |
Remarks |
| InNormal |
Plane Normal Vector. |
| InW |
Plane W-coefficient. |
TPlane(TVector< T >, const TVector< T > &)
Description
Constructor.
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
TVector < T > InBase,
const TVector < T > & InNormal
)
Parameters
| Name |
Remarks |
| InBase |
Base point in plane. |
| InNormal |
Plane Normal Vector. |
TPlane(TVector< T >, TVector< T >, TVector< T >)
Description
Constructor.
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
TVector < T > A,
TVector < T > B,
TVector < T > C
)
Parameters
| Name |
Remarks |
| A |
First point in the plane. |
| B |
Second point in the plane. |
| C |
Third point in the plane. |
TPlane(T, T, T, T)
Description
Constructor.
| |
|
| Name |
TPlane |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path |
#include "Math/Plane.h" |
TPlane
(
T InX,
T InY,
T InZ,
T InW
)
Parameters
| Name |
Remarks |
| InX |
X-coefficient. |
| InY |
Y-coefficient. |
| InZ |
Z-coefficient. |
| InW |
W-coefficient. |