# getSpace()
# Example
# Description
Gets the current coordinate space.
When combining operations it can be helpful to get a reference to an unchanged coordinate space. Calling getSpace() inside shape() returns a new reference to the space at the current scope.
# Syntax
getSpace();
# Returns
Vec3: The current coordinate space