Click or drag to resize

proceduralHeatMapGeneratorPresetDoubleSineWave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generates sine function waves in both horizontal and vertical directions

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static proceduralHeatMapGenerator PresetDoubleSineWave(
	double xVsYRatio = 0.8
)
Request Example View Source

Parameters

xVsYRatio (Optional)
Type: SystemDouble
Weight of the horizontal sine function, complementary to the vertical sine function.

Return Value

Type: proceduralHeatMapGenerator
See Also