|
Jungle_Week1_Team2
|
#include <Vector4.h>
Public Member Functions | |
| FVector4 ()=default | |
| FVector4 (float InX, float InY, float InZ, float InW) | |
| float | Dot (const FVector4 &other) |
| float | Length () |
| float | Length3 () |
Public Attributes | |
| float | X = 0.0f |
| float | Y = 0.0f |
| float | Z = 0.0f |
| float | W = 1.0f |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
| float FVector4::W = 1.0f |
| float FVector4::X = 0.0f |
| float FVector4::Y = 0.0f |
| float FVector4::Z = 0.0f |