# setSpace()

# Example


# Description

Used for applying any kind of space transformation. This includes translating the coordinate space, or stretching / warping the space the objects reside in.

This function can be used to recreate similar functionality to displace(), however if you scale the coordinate space using displace it will also translate the object.

It's commonly used setSpace with getSpace().

# Syntax

setSpace(space);

# Parameters

space Vec3: coordinate space