Jo Engine
2024.04.28
Jo Sega Saturn Engine
|
Jo Engine File Physics function prototypes. More...
Go to the source code of this file.
Data Structures | |
struct | jo_sidescroller_physics_params |
Jo Engine File Physics function prototypes.
Fixed point math
Megaman, Contra Physics
struct jo_sidescroller_physics_params |
|
static |
Acceleration computation when going to the left.
physics | Sidescroller physics properties |
|
static |
Acceleration computation when going to the right.
physics | Sidescroller physics properties |
|
static |
Friction computation.
physics | Sidescroller physics properties |
|
static |
Gravity computation.
physics | Sidescroller physics properties |
|
static |
Deceleration computation when going to the right.
physics | Sidescroller physics properties |
|
static |
Deceleration computation when going to the left.
physics | Sidescroller physics properties |
|
static |
Init physics engine for a Sonic like game.
physics | Sidescroller physics properties |
|
static |
Check if we almost doesn't move.
physics | Sidescroller physics properties |
tolerance | Tolerance |
|
static |
Check if we going on the left.
physics | Sidescroller physics properties |
|
static |
Check if we going on the right.
physics | Sidescroller physics properties |
|
static |
Check if we doesn't move.
physics | Sidescroller physics properties |
|
static |
Jump computation.
physics | Sidescroller physics properties |
|
static |
Check if we should brake depending on the direction.
physics | Sidescroller physics properties |