My Project
Public Member Functions | Public Attributes | List of all members
Vector3 Class Reference

Public Member Functions

 Vector3 (const Vector3 &other)
 
 Vector3 (float x, float y, float z)
 
 Vector3 (float arr[3])
 
Vector3operator= (const Vector3 &rhs)
 
Vector3 operator+ (Vector3 &rhs)
 
Vector3 operator- (Vector3 &rhs)
 
Vector3 operator/ (float n)
 
Vector3 dot (Vector3 &rhs)
 
void print ()
 

Public Attributes

float v [3]
 

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