Stowy Physics Engine 0.1.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nstw
 CAabbColliderAn Axis Aligned Bounding Box collider
 CBoxColliderA rotatable box collider
 CBroadPhaseGridA grid in which the physical object are placed in. This is used to optimize performance by only checking collision with colliders that are in the same cell
 CCircleColliderA circle collider
 CColliderA pure virtual struct that represents colliders
 CCollisionStruct representing a collision
 CCollisionBodyA body that can receive collisions
 CCollisionWorldRepresents a world where collisions can happen. It does not have dynamics, for this you will need the DynamicsWorld
 CDynamicsWorldA world with dynamics in it
 CEdge
 CImpulseSolverSolver with impulse and friction
 CManifold
 CProjection
 CRigidbodyA Rigidbody that has dynamics
 CSimplexStruct representing the simplest form that can "select" an area in any dimension
 CSmoothPositionSolverA solver to smooth out collision with collider that are in a tower placement
 CSolverGeneric class for all solvers
 CTransformA transform of an object. Contains position, scale and rotation
 CVector2A struct representing a 2D Vector