Documentation
¶
Overview ¶
Package path simplifies paths of 2-dimensional points.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OfFloatPoints ¶ added in v0.1.2
OfFloatPoints creates an abstract path of float64 2d points.
The path has a length len and float64 2d coordinates for each point at index i with 0 <= i < len.
func OfIntPoints ¶ added in v0.1.2
OfIntPoints creates an abstract path of integer 2d points.
The path has a length len and integer 2d coordinates for each point at index i with 0 <= i < len.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.