Physics Engine API

From Inspired-Lua Wiki
Revision as of 11:40, 25 June 2012 by Adriweb (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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