package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev
# Functions
Bisect returns a line that bisects points a and b.
New line from start to end so that l.Pt1(0)==start and l.Pt1(1)==end.
TangentLine takes a Pt1V1 and a parametric t0 and returns a line on the curve at that point, tangent to that point.
# Variables
DefaultRange checks that.
Small is the value that will be used to compare against 0.
# Interfaces
Intersector finds the points where the interface intersects a line.
# Type aliases
Segments links together a series of points and fulfils Curve.