package
0.0.0-20221021180051-b80cc477fc0a
Repository: https://github.com/omniskop/firefly.git
Documentation: pkg.go.dev
# Functions
Clamp the value between min and max.
Interpolate linearly between point a and b by the factor f.
NewRect creates a new rect with the location, width and duration.
# Structs
A CubicCurve from the last point with two control points and an end point.
A Line to a point.
Path contains segments that are positioned relative to the Start.
A Point is a position in the scene.
A QuadCurve from the last point with control and end points.
Rect describes a rectangle in the scene.
# Interfaces
A Segment is a part of a larger path.