Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type enumerates the angular relationship between points and vectors.
const ( // Clockwise indicates that the vector or point is clockwise relative to the base vector Clockwise Type = iota - 1 // Collinear indicates that the vector or point is along the same vector as the base vector Collinear // CounterClockwise indicates that the vector or point is clockwise relative to the base vector CounterClockwise )
Click to show internal directories.
Click to hide internal directories.