rebl-AMR
Vector3 Class Reference

#include <parse_stl.h>

Public Member Functions

 Vector3 (void)
 
 Vector3 (float X, float Y, float Z)
 
 ~Vector3 (void)
 
float Length ()
 
Vector3 Normalize ()
 
Vector3 Vectors ()
 

Public Attributes

float X
 
float Y
 
float Z
 

Constructor & Destructor Documentation

◆ Vector3() [1/2]

Vector3::Vector3 ( void  )

◆ Vector3() [2/2]

Vector3::Vector3 ( float  X,
float  Y,
float  Z 
)

◆ ~Vector3()

Vector3::~Vector3 ( void  )

Member Function Documentation

◆ Length()

float Vector3::Length ( )

◆ Normalize()

Vector3 Vector3::Normalize ( )

◆ Vectors()

Vector3 Vector3::Vectors ( )

Member Data Documentation

◆ X

float Vector3::X

◆ Y

float Vector3::Y

◆ Z

float Vector3::Z

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