#include <vector.h>
Inheritance diagram for salt::Vector3f:


Public Member Functions | |
| f_inline | Vector3f () |
| Construction/Destruction/Assignment. | |
| f_inline | Vector3f (float x, float y, float z) |
| Vector3f (const float *f) | |
| f_inline | Vector3f (const Vector3f &v) |
| Vector3f (float f) | |
| f_inline Vector3f | Reflect (const Vector3f &normal) |
| f_inline void | RandomUnitVector () |
Definition at line 81 of file vector.h.
|
|
Construction/Destruction/Assignment.
Definition at line 88 of file vector.h. Referenced by Reflect(). |
|
||||||||||||||||
|
|
|
|
Definition at line 90 of file vector.h. References salt::TVector< float, 3, Vector3f >::SetData(). Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 92 of file vector.h. References salt::TVector< float, 3, Vector3f >::Fill(). Here is the call graph for this function: ![]() |
|
|
Definition at line 102 of file vector.h. References salt::TVector< float, 3, Vector3f >::Normalize(), salt::TVector3< float, Vector3f >::x(), salt::TVector3< float, Vector3f >::y(), and salt::TVector3< float, Vector3f >::z(). Here is the call graph for this function: ![]() |
|
|
Definition at line 94 of file vector.h. References Vector3f(), salt::TVector3< float, Vector3f >::x(), salt::TVector3< DATATYPE, TYPE >::x(), salt::TVector3< float, Vector3f >::y(), salt::TVector3< DATATYPE, TYPE >::y(), salt::TVector3< float, Vector3f >::z(), and salt::TVector3< DATATYPE, TYPE >::z(). Here is the call graph for this function: ![]() |
1.4.4