package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev
# 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.