Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
static T Triple
(
const TVector < T > & X,
const TVector < T > & Y,
const TVector < T > & Z
)
Remarks
Triple product of three vectors: X dot (Y cross Z). The triple product: X dot (Y cross Z).
Parameters
| Name | Description |
|---|---|
| X | The first vector. |
| Y | The second vector. |
| Z | The third vector. |