{{newin|[[0.10.2]]|102|type=function}}
Gets the world-space axis vector of the Prismatic Joint.

== Function ==
=== Synopsis ===
<source lang="lua">
x, y = PrismaticJoint:getAxis( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|The x-axis coordinate of the world-space axis vector.}}
{{param|number|y|The y-axis coordinate of the world-space axis vector.}}
== See Also ==
* [[parent::PrismaticJoint]]
* [[love.physics.newPrismaticJoint]]
[[Category:Functions]]
{{#set:Description=Gets the world-space axis vector of the Prismatic Joint.}}
== Other Languages ==
{{i18n|PrismaticJoint:getAxis}}