Vec - used to represent a force vector or coordinate in 3D space
Public Methods
-
Vec()
-
Vec(float i_x, float i_y, float i_z)
-
~Vec()
-
void set_x(float i_x)
-
void set_y(float i_y)
-
void set_z(float i_z)
-
float get_x()
-
float get_y()
-
float get_z()
Private Fields
-
float x
-
float y
-
float z
Documentation
Vec - used to represent a force vector or coordinate in 3D space
Vec()
Vec(float i_x, float i_y, float i_z)
~Vec()
void set_x(float i_x)
void set_y(float i_y)
void set_z(float i_z)
float get_x()
float get_y()
float get_z()
float x
float y
float z
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.