Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QuinticInterpolation ¶
Quintic interpolation curve
Types ¶
type DistanceField ¶
type DistanceField struct {
// contains filtered or unexported fields
}
func NewDistanceField ¶
func NewDistanceField(xCells, yCells int, size vector.Vector2) *DistanceField
type Stack2D ¶
type Stack2D struct {
// contains filtered or unexported fields
}
func PerlinStack ¶
func PerlinStack(entries []Stack2DEntry) Stack2D
type Stack2DEntry ¶
Click to show internal directories.
Click to hide internal directories.