#include <vector.h>
Public Methods | |
| VECTOR (float sx=0.0, float sy=0.0, float sz=0.0) | |
| ~VECTOR () | |
| void | Reset () |
| void | Set (float sx, float sy, float sz) |
| void | CrossVector (VECTOR vect) |
| float | DotProduct (VECTOR vect) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
|
||||||||||||||||
|
Definition at line 5 of file vector.cpp.
|
|
|
Definition at line 13 of file vector.cpp.
00014 {
00015 }
|
|
|
Definition at line 31 of file vector.cpp. Referenced by QUAT::MultQuat().
|
|
|
Definition at line 24 of file vector.cpp. Referenced by QUAT::MultQuat().
|
|
|
Definition at line 17 of file vector.cpp. Referenced by OBJECT::Reset(), and CAMERA::Reset().
|
|
||||||||||||||||
|
Definition at line 13 of file vector.h.
|
|
|
Definition at line 17 of file vector.h. Referenced by CAMERA::Apply(), AxisAngleToMatrix(), QUAT::AxisAngleToQuat(), CrossVector(), CrossVector(), DotProduct(), DotProduct(), GetEdgeVector(), POLYGON::GetNormal(), GetUnitVector(), OBJECT::GetXUnit(), OBJECT::GetYUnit(), OBJECT::GetZUnit(), MagnitudeVector(), MATRIX::MatrixFromAxisAngle(), OBJECT::MoveX(), OBJECT::MoveY(), OBJECT::MoveZ(), QUAT::MultQuat(), MultQuat(), Reset(), and Set(). |
|
|
Definition at line 18 of file vector.h. Referenced by CAMERA::Apply(), AxisAngleToMatrix(), QUAT::AxisAngleToQuat(), CrossVector(), CrossVector(), DotProduct(), DotProduct(), GetEdgeVector(), POLYGON::GetNormal(), GetUnitVector(), OBJECT::GetXUnit(), OBJECT::GetYUnit(), OBJECT::GetZUnit(), MagnitudeVector(), MATRIX::MatrixFromAxisAngle(), OBJECT::MoveX(), OBJECT::MoveY(), OBJECT::MoveZ(), QUAT::MultQuat(), MultQuat(), Reset(), and Set(). |
|
|
Definition at line 19 of file vector.h. Referenced by CAMERA::Apply(), AxisAngleToMatrix(), QUAT::AxisAngleToQuat(), CrossVector(), CrossVector(), DotProduct(), DotProduct(), GetEdgeVector(), POLYGON::GetNormal(), GetUnitVector(), OBJECT::GetXUnit(), OBJECT::GetYUnit(), OBJECT::GetZUnit(), MagnitudeVector(), MATRIX::MatrixFromAxisAngle(), OBJECT::MoveX(), OBJECT::MoveY(), OBJECT::MoveZ(), QUAT::MultQuat(), MultQuat(), Reset(), and Set(). |
1.2.15