Documentation ¶
Index ¶
- func Area(pts []maths.Pt) (a float64)
- func Centroid(pts []maths.Pt) (center maths.Pt)
- func Paired(pts []maths.Pt) ([][2]maths.Pt, error)
- func Reverse(a []maths.Pt) []maths.Pt
- func RotatePos(pts []maths.Pt, pos int)
- func RotateToLowestsFirst(pts []maths.Pt)
- func SinArea(pts []maths.Pt) (a float64)
- func SlopeIntercept(pt1, pt2 maths.Pt) (m, b float64, defined bool)
- func SortAndUnique(pts []maths.Pt) []maths.Pt
- type ByXY
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RotateToLowestsFirst ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.