package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Functions

Buf returns and instance of Slice.
New polynomial curve.
NewBezier creates a Polynomial from the points used to define a Bezier curve.

# Structs

Derivative of the underlying Coefficients.
Poly is a 2D polynomial curve.
V represents the derivative of a Polynomial and will return d2.V instead of d2.Pt.
X converts and instance of Coefficients into a set of 1D Coefficients using their X components.
Y converts and instance of Coefficients into a set of 1D Coefficients using their Y components.

# Interfaces

Coefficients wraps the concept of a list of d2.V.

# Type aliases

Bezier fulfills Coefficients representing a Bezier as a polynomial.
Produce of two Coefficients.
Slice fulfills Coefficients using a Slice.
Sum fulfills Coefficients by adding the two underlying Coefficients together.