![]() |
VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
|
3 floats (x, y & z) usually to describe a point in 3D More...
#include <vxDataTypes.h>
Public Member Functions | |
| void | scale (float value) |
| scale (multiply) values | |
| void | amend (float addX, float addY, float addZ) |
| amend all values (add a value to each) | |
| void | amendAll (float value) |
| amend all values with the same value | |
Public Attributes | |
| float | x |
| x position | |
| float | y |
| y position | |
| float | z |
| z position | |
3 floats (x, y & z) usually to describe a point in 3D