Difference between revisions of "Noise:getCellularDistanceFunction"

From GiderosMobile
(removed language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the distance function used in cellular noise calculations.
 
Returns the distance function used in cellular noise calculations.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(constant) = Noise:getCellularDistanceFunction()
 
(constant) = Noise:getCellularDistanceFunction()
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023

Available since: Gideros 2019.12
Class: Noise

Description

Returns the distance function used in cellular noise calculations. <syntaxhighlight lang="lua"> (constant) = Noise:getCellularDistanceFunction() </source>

Return values

Returns (constant) noise distance function