AddSpeed(double norme, double angle) | Physics | |
AddSpeedXY(Point2d vector) | Physics | |
ChangePhysRopeSize(double dl) | Physics | |
ComputeFallNextXY(double delta_t) | Physics | [private] |
ComputeNextXY(double delta_t) | Physics | [protected] |
ComputePendulumNextXY(double delta_t) | Physics | [private] |
GetAirResistFactor() const | Physics | [inline] |
GetAngularSpeed() const | Physics | |
GetGravityFactor() const | Physics | [inline] |
GetMass() const | Physics | [inline] |
GetPhysX() const | Physics | |
GetPhysY() const | Physics | |
GetPos() const | Physics | |
GetRebounding() const | Physics | [inline] |
GetRopeAngle() | Physics | |
GetRopeLength() | Physics | |
GetSpeed(double &norm, double &angle) const | Physics | |
GetSpeed() const | Physics | |
GetSpeedAngle() const | Physics | |
GetSpeedXY(Point2d &vector) const | Physics | |
GetWindFactor() const | Physics | [inline] |
IsFalling() const | Physics | |
IsMoving() const | Physics | |
LoadXml(const std::string &obj_name, const std::string &config_file) | ObjectConfig | [private] |
m_air_resist_factor | ObjectConfig | [private] |
m_balancing_damping | Physics | [protected] |
m_cfg | Physics | [protected] |
m_elasticity_damping | Physics | [protected] |
m_elasticity_off | Physics | [protected] |
m_extern_force | Physics | [protected] |
m_fix_point_dxy | Physics | [protected] |
m_fix_point_gnd | Physics | [protected] |
m_gravity_factor | ObjectConfig | [private] |
m_last_move | Physics | [protected] |
m_mass | ObjectConfig | [private] |
m_motion_type | Physics | [private] |
m_phys_height | Physics | [protected] |
m_phys_width | Physics | [protected] |
m_pos_x | Physics | [private] |
m_pos_y | Physics | [private] |
m_rebound_factor | ObjectConfig | [private] |
m_rebounding | ObjectConfig | [private] |
m_rope_angle | Physics | [protected] |
m_rope_elasticity | Physics | [protected] |
m_rope_length | Physics | [protected] |
m_wind_factor | ObjectConfig | [private] |
NotifyMove(Point2d oldPos, Point2d newPos)=0 | Physics | [pure virtual] |
ObjectConfig() | ObjectConfig | [private] |
Physics() | Physics | |
Rebound(Point2d contactPos, double contact_angle) | Physics | [protected] |
ResetConstants() | Physics | |
RunPhysicalEngine() | Physics | |
SetAirResistFactor(double factor) | Physics | |
SetExternForce(double length, double angle) | Physics | |
SetExternForceXY(Point2d vector) | Physics | |
SetGravityFactor(double factor) | Physics | |
SetMass(double mass) | Physics | |
SetPhysFixationPointXY(double g_x, double g_y, double dx, double dy) | Physics | |
SetPhysSize(double width, double height) | Physics | |
SetPhysXY(double x, double y) | Physics | |
SetPhysXY(const Point2d &position) | Physics | |
SetRebounding(bool rebounding) | Physics | [inline] |
SetSpeed(double norme, double angle) | Physics | |
SetSpeedXY(Point2d vector) | Physics | |
SetWindFactor(double wind_factor) | Physics | |
SignalDeath() | Physics | [protected, virtual] |
SignalDrowning() | Physics | [protected, virtual] |
SignalGhostState(bool was_already_dead) | Physics | [protected, virtual] |
SignalRebound() | Physics | [protected, virtual] |
StartMoving() | Physics | |
StopMoving() | Physics | |
UnsetPhysFixationPoint() | Physics | |
~ObjectConfig() | ObjectConfig | [private] |
~Physics() | Physics | [virtual] |