IVectorFunction
Description
- Derived from
- Extended by
-
VectorFunction abstract
Base interface for classes that compute procedural vector noise values.
Public / Methods
Extensions
Add
Adds the vector values of this noise function and the given vector value.
result := this + value
Mul
Multiplies the vector values of this noise function with the given scalar value.
result := this * value