#include <vector.h>
Public Member Functions | |
| Vector3f () | |
| Vector3f (const Vector3 &v) | |
| Vector3 | toVector3 () const |
| FLT & | operator[] (int i) |
| const FLT & | operator[] (int i) const |
| bool | equals (const Vector3f &v) const |
| unsigned int | hashValue () const |
|
|
Constructor without initialisation. |
|
|
Constructor from DBL Vector3. |
|
|
Comparing against other FLT-vector.
|
|
|
Calucates hash-value for the vector. |
|
|
Access to the const vector's components. |
|
|
Access to the vector components. |
|
|
|
1.3.8