#include <sysmovement.h>
|
void | ParseOrbitTree (entt::entity parent, entt::entity body) |
|
void | LeaveSOI (const entt::entity &body, entt::entity &parent, components::types::Orbit &orb, components::types::Kinematics &pos, components::types::Kinematics &p_pos) |
| Sets the SOI of the entity to the parent More...
|
|
bool | EnterSOI (const entt::entity &parent, const entt::entity &body) |
| Change the current body's SOI into a child SOI More...
|
|
void | CrashObject (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent) |
| Check if the entity has crashed into its parent object More...
|
|
void | UpdateCommandQueue (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent) |
|
void | CalculateImpulse (cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent) |
|
◆ SysOrbit()
cqsp::common::systems::SysOrbit::SysOrbit |
( |
Game & |
game | ) |
|
|
inlineexplicit |
◆ CalculateImpulse()
◆ CrashObject()
Check if the entity has crashed into its parent object
- Parameters
-
◆ DoSystem()
void cqsp::common::systems::SysOrbit::DoSystem |
( |
| ) |
|
|
overridevirtual |
◆ EnterSOI()
bool cqsp::common::systems::SysOrbit::EnterSOI |
( |
const entt::entity & |
parent, |
|
|
const entt::entity & |
body |
|
) |
| |
|
private |
Change the current body's SOI into a child SOI
- Parameters
-
universe | |
parent | |
body | Body that we want to check if it's entering a SOI |
◆ Interval()
int cqsp::common::systems::SysOrbit::Interval |
( |
| ) |
|
|
inlineoverridevirtual |
How often is DoSystem
is run. It will be run every n number of ticks when the tick becomes a multiple of the number below. The default is 24
Reimplemented from cqsp::common::systems::ISimulationSystem.
◆ LeaveSOI()
Sets the SOI of the entity to the parent
- Parameters
-
universe | |
body | Needs to have a Body and Orbit parameter |
ppos | Parent position |
◆ ParseOrbitTree()
void cqsp::common::systems::SysOrbit::ParseOrbitTree |
( |
entt::entity |
parent, |
|
|
entt::entity |
body |
|
) |
| |
|
private |
◆ UpdateCommandQueue()
The documentation for this class was generated from the following files: