Contents

origin

The position of the “slice” of noise samples contained in the noise map relative to the unit coordinate space of the noise object it was created from.

Declaration

var origin: vector_double2 { get }

Discussion

This property is read-only; you define the origin of a noise map when creating it with the interpolatedValue(at:) initializer.

See Also

Inspecting a Noise Map