Aether.Physics2D
1.7
|
Classes | |
class | AbstractForceController |
class | BuoyancyController |
class | Controller |
class | GravityController |
class | SimpleWindForce |
Reference implementation for forces based on AbstractForceController It supports all features provided by the base class and illustrates proper usage as an easy to understand example. As a side-effect it is a nice and easy to use wind force for your projects More... | |
class | VelocityLimitController |
Put a limit on the linear (translation - the movespeed) and angular (rotation) velocity of bodies added to this controller. More... | |
Enumerations | |
enum class | GravityType { Linear , DistanceSquared } |