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

== Function ==
=== Synopsis ===
<source lang="lua">
x, y = WheelJoint: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::WheelJoint]]
* [[love.physics.newWheelJoint]]
[[Category:Functions]]
{{#set:Description=Gets the world-space axis vector of the Prismatic Joint.}}
== Other Languages ==
{{i18n|WheelJoint:getAxis}}