Documentation ¶
Index ¶
- Constants
- func Abs(x float32) float32
- func Cos(x float32) float32
- func Floor(x float32) float32
- func Max(a, b float32) float32
- func Min(a, b float32) float32
- func Mix(a, b, factor float32) float32
- func Noise2(x, y float32, octaves int, persistence, lacunarity float32) float32
- func Noise3(x, y, z float32, octaves int, persistence, lacunarity float32) float32
- func Radian(angle float32) float32
- func Round(x float32) float32
- func Sin(x float32) float32
- type Vec2
- type Vec3
- type Vec4
Constants ¶
View Source
const (
ChunkWidth = 32
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.