Jungle_Week1_Team2
Loading...
Searching...
No Matches
FVector4 Struct Reference

#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

Constructor & Destructor Documentation

◆ FVector4() [1/2]

FVector4::FVector4 ( )
default

◆ FVector4() [2/2]

FVector4::FVector4 ( float InX,
float InY,
float InZ,
float InW )
inline

Member Function Documentation

◆ Dot()

float FVector4::Dot ( const FVector4 & other)
inline

◆ Length()

float FVector4::Length ( )
inline

◆ Length3()

float FVector4::Length3 ( )
inline

Member Data Documentation

◆ W

float FVector4::W = 1.0f

◆ X

float FVector4::X = 0.0f

◆ Y

float FVector4::Y = 0.0f

◆ Z

float FVector4::Z = 0.0f

The documentation for this struct was generated from the following file: