index
:
terrain.git
master
Procedural terrain generation in Kotlin and WebGL
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
SimplexNoise.kt
blob: 2a984e50587bf7b0e2014366c70988ba655ffb41 (
plain
)
1
2
3
external
class
SimplexNoise
{
fun
noise2D
(
x
:
Double
,
y
:
Double
)
:
Double
}