struct PF::Noise
- PF::Noise
- Struct
- Value
- Object
Overview
EXPERIMENTAL Undergoing development
Defined in:
noise.crConstructors
Class Method Summary
-
.cosine_interpolate(point1 : Float64, point2 : Float64, position : Float64)
Cosine interpolation
-
.linear_interpolate(point1 : Float64, point2 : Float64, position : Float64)
Linear interpolation
Instance Method Summary
-
#get(x : Float64)
Returns 1d noise
Constructor Detail
Class Method Detail
def self.cosine_interpolate(point1 : Float64, point2 : Float64, position : Float64)
#
Cosine interpolation
def self.linear_interpolate(point1 : Float64, point2 : Float64, position : Float64)
#
Linear interpolation