# mirrorN()

# Example

# Description

Mirror all operations along the x, y, and z axis N number of times with the given spacing.

# Syntax

mirrorN(count, spacing);

# Parameters

count Number: the number of times to mirror the space. Ranges from 0 to any number

spacing Float: how much spacing to put between each mirror.