package
0.0.0-20220123184124-9d211ebc458e
Repository: https://github.com/csweichel/go-pen.git
Documentation: pkg.go.dev

# Functions

NewPerlinNoiseField produces a new vector field spread across the canvas, where the angles are determined using Perlin noise.
NewVectorField produces a new vector field from vectors.
TraceLine traces a line from the starting point following the angles of the nearest points until we've reached "steps" line count.s.

# Structs

Vector represents a vector with a starting point, angle and length.
VectorField represents a vector field.