Physics.P2.Body#addPlane()

addPlane(offsetX, offsetY, rotation) → {p2.Plane}

Adds a Plane shape to this Body. The plane is facing in the Y direction. You can control the offset from the center of the body and the rotation.

Parameters
Name Type Argument Default Description
offsetX number <optional>
0

Local horizontal offset of the shape relative to the body center of mass.

offsetY number <optional>
0

Local vertical offset of the shape relative to the body center of mass.

rotation number <optional>
0

Local rotation of the shape relative to the body center of mass, specified in radians.

Returns
p2.Plane -

The Plane shape that was added to the Body.

Source code: physics/p2/Body.js (Line 1054)
doc_phaser
2017-02-14 11:01:44
Comments
Leave a Comment

Please login to continue.