Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ErrInvalidPseudoPolygonSize is returned when an invalid polygon ErrInvalidPseudoPolygonSize = errors.String("invalid polygon, not enough points") // ErrAllPointsColinear is returned when more the 2 points are given and they all line on a line ErrAllPointsColinear = errors.String("all points are colinear") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.