class Vec

Vec - used to represent a force vector or coordinate in 3D space

Public Methods

[more] Vec()
[more] Vec(float i_x, float i_y, float i_z)
[more] ~Vec()
[more]void set_x(float i_x)
[more]void set_y(float i_y)
[more]void set_z(float i_z)
[more]float get_x()
[more]float get_y()
[more]float get_z()

Private Fields

[more]float x
[more]float y
[more]float z


Documentation

Vec - used to represent a force vector or coordinate in 3D space
o Vec()

o Vec(float i_x, float i_y, float i_z)

o ~Vec()

ovoid set_x(float i_x)

ovoid set_y(float i_y)

ovoid set_z(float i_z)

ofloat get_x()

ofloat get_y()

ofloat get_z()

ofloat x

ofloat y

ofloat z


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.