Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include | #include "Math/Vector2D.h" |
static TVector2 < T > Max
(
const TVector2 < T > & A,
const TVector2 < T > & B
)
Remarks
Returns a vector with the maximum component for each dimension from the pair of vectors. The max vector.
Parameters
| Name | Description |
|---|---|
| A | The first vector. |
| B | The second vector. |