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" |
TVector < T > Cross
(
const TVector < T > & V2
) const
Remarks
Calculate cross product between this and another vector. The cross product.
Parameters
| Name | Description |
|---|---|
| V | The other vector. |