Difference between revisions of "Physics Engine API"
Jump to navigation
Jump to search
(Created page with "Here's a list of all the functions/methods of the Physics Engine API. (WIP !)<br> <br> *Arbiters and Collision Pairs<br> *Bodies<br>physics.Body:activate<br>physics...") |
|||
| Line 1: | Line 1: | ||
| − | Here's a list of all the functions/methods of the [[Physics Engine]] API. (WIP | + | Here's a list of all the functions/methods of the [[Physics Engine]] API. (WIP !)<br/> |
| − | |||
| − | *Arbiters and Collision Pairs | + | * Arbiters and Collision Pairs |
| − | *Bodies | + | * Bodies |
| − | *Bounding Boxes | + | ** physics.Body:activate |
| − | *Circle Shapes | + | ** physics.Body:angle |
| − | *Constraints | + | ** physics.Body:angVel |
| − | *Misc | + | ** physics.Body:applyForce |
| − | *Polygon Shapes | + | ** physics.Body:applyImpulse |
| − | *Segment Shapes | + | ** physics.Body:data |
| − | *SegmentQueryInfo | + | ** physics.Body:force |
| − | *Shape Queries | + | ** physics.Body:isRogue |
| − | *Shapes | + | ** physics.Body:isSleeping |
| − | *Space Queries | + | ** physics.Body:local2World |
| − | *Spaces | + | ** physics.Body:kineticEnergy |
| − | *Vectors | + | ** physics.Body:mass |
| + | ** physics.Body:moment | ||
| + | ** physics.Body:pos | ||
| + | ** physics.Body:resetForces | ||
| + | ** physics.Body:rot | ||
| + | ** physics.Body:setAngle | ||
| + | ** physics.Body:setAngVel | ||
| + | ** physics.Body:setData | ||
| + | ** physics.Body:setForce | ||
| + | ** physics.Body:setMass | ||
| + | ** physics.Body:setMoment | ||
| + | ** physics.Body:setPos | ||
| + | ** physics.Body:setPositionFunc | ||
| + | ** physics.Body:setTorque | ||
| + | ** physics.Body:setVel | ||
| + | ** physics.Body:setVelocityFunc | ||
| + | ** physics.Body:setVLimit | ||
| + | ** physics.Body:setWLimit | ||
| + | ** physics.Body:sleep | ||
| + | ** physics.Body:sleepWithGroup | ||
| + | ** physics.Body:torque | ||
| + | ** physics.Body:updatePosition | ||
| + | ** physics.Body:updateVelocity | ||
| + | ** physics.Body:vel | ||
| + | ** physics.Body:vLimit | ||
| + | ** physics.Body:wLimit | ||
| + | ** physics.Body:world2Local | ||
| + | * Bounding Boxes | ||
| + | * Circle Shapes | ||
| + | * Constraints | ||
| + | * Misc | ||
| + | * Polygon Shapes | ||
| + | * Segment Shapes | ||
| + | * SegmentQueryInfo | ||
| + | * Shape Queries | ||
| + | * Shapes | ||
| + | * Space Queries | ||
| + | * Spaces | ||
| + | * Vectors | ||
Latest revision as of 09:46, 25 June 2012
Here's a list of all the functions/methods of the Physics Engine API. (WIP !)
- Arbiters and Collision Pairs
- Bodies
- physics.Body:activate
- physics.Body:angle
- physics.Body:angVel
- physics.Body:applyForce
- physics.Body:applyImpulse
- physics.Body:data
- physics.Body:force
- physics.Body:isRogue
- physics.Body:isSleeping
- physics.Body:local2World
- physics.Body:kineticEnergy
- physics.Body:mass
- physics.Body:moment
- physics.Body:pos
- physics.Body:resetForces
- physics.Body:rot
- physics.Body:setAngle
- physics.Body:setAngVel
- physics.Body:setData
- physics.Body:setForce
- physics.Body:setMass
- physics.Body:setMoment
- physics.Body:setPos
- physics.Body:setPositionFunc
- physics.Body:setTorque
- physics.Body:setVel
- physics.Body:setVelocityFunc
- physics.Body:setVLimit
- physics.Body:setWLimit
- physics.Body:sleep
- physics.Body:sleepWithGroup
- physics.Body:torque
- physics.Body:updatePosition
- physics.Body:updateVelocity
- physics.Body:vel
- physics.Body:vLimit
- physics.Body:wLimit
- physics.Body:world2Local
- Bounding Boxes
- Circle Shapes
- Constraints
- Misc
- Polygon Shapes
- Segment Shapes
- SegmentQueryInfo
- Shape Queries
- Shapes
- Space Queries
- Spaces
- Vectors