Vector.Op

Description

Name

class Tinman.Noise.Vector.Op

Derived from

Noise.Vector

Applies the given function operator to this noise function and the given one (for binary operators only).

Fields / Required

noise

The source noise function.


op

The operation to use.

Fields / Optional

other

Type

Noise.Vector

Default

null

The other noise function or null if op is unary.