|
raSystem
1.0 bata
|
#include <raPhysik.h>
Public Member Functions | |
| raPhysik (raRender *rand) | |
| raPhysik (raRender *rend, const raVector3 &Position, const raVector3 &Velocity, const raVector3 &Accelerator, float mass=1.0f) | |
| virtual | ~raPhysik (void) |
| virtual void | Update (float fTime, float fRunTime) |
| void | Accelerate (float x, float y, float z) |
| void | AngAccel (float x, float y, float z) |
| void | SetAccelerate (float x, float y, float z) |
| void | SetAccelerate (raVector3 Acc) |
| void | SetAngAccel (float x, float y, float z) |
| void | SetAngAccel (raVector3 Ang) |
| void | StopMotion () |
| raVector3 | GetPosition () |
| raVector3 | GetVelocity () |
| float | GetMass () |
| float | GetBoundingSphereRadius () |
| void | SetVelocity (float x, float y, float z) |
Definition at line 3 of file raPhysik.h.
| raPhysik::raPhysik | ( | raRender * | rand | ) |
Definition at line 4 of file raPhysik.cpp.
| raPhysik::raPhysik | ( | raRender * | rend, |
| const raVector3 & | Position, | ||
| const raVector3 & | Velocity, | ||
| const raVector3 & | Accelerator, | ||
| float | mass = 1.0f |
||
| ) |
Definition at line 18 of file raPhysik.cpp.
|
virtual |
Definition at line 35 of file raPhysik.cpp.
| void raPhysik::Accelerate | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Definition at line 126 of file raPhysik.cpp.
| void raPhysik::AngAccel | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Definition at line 131 of file raPhysik.cpp.
| float raPhysik::GetBoundingSphereRadius | ( | ) |
Definition at line 115 of file raPhysik.cpp.
| float raPhysik::GetMass | ( | ) |
Definition at line 111 of file raPhysik.cpp.
Definition at line 100 of file raPhysik.cpp.
| raVector3 raPhysik::GetVelocity | ( | ) |
Definition at line 107 of file raPhysik.cpp.
| void raPhysik::SetAccelerate | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Definition at line 66 of file raPhysik.cpp.
Definition at line 70 of file raPhysik.cpp.
| void raPhysik::SetAngAccel | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Definition at line 74 of file raPhysik.cpp.
Definition at line 78 of file raPhysik.cpp.
| void raPhysik::SetVelocity | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Definition at line 120 of file raPhysik.cpp.
| void raPhysik::StopMotion | ( | ) |
Definition at line 82 of file raPhysik.cpp.
|
virtual |
Definition at line 38 of file raPhysik.cpp.