# displace()

# Example



# Description

Translate, or distort the coordinate space by the given positions.

Transformations are cumulative and apply to everything that happens after and subsequent calls to the function accumulates the effect. For example, calling displace(.2, 0, 0) and then displace(.2, 0, 0) is the same as displace(.4, 0, 0). The coordinate space can be set back to default by calling reset(). This function can be further controlled by using the shape().

# Syntax

displace(xPosition, yPosition, zPosition);

displace(position);