package
1.1.3
Repository: https://github.com/spatial-go/geoos.git
Documentation: pkg.go.dev

# Functions

Angle Returns the angle of the vector from p0 to p1, relative to the positive X-axis.
Between Returns the smallest angle between two vectors.
BetweenOriented Returns the oriented smallest angle between two vectors.
Diff Computes the smallest difference between two angles.
InteriorAngle Computes the interior angle between two segments of a ring.
IsAcute Tests whether the angle between p0-p1-p2 is acute.
IsObtuse Tests whether the angle between p0-p1-p2 is obtuse.
MatrixAngle Returns the angle of the vector from (0,0) to p, relative to the positive X-axis.
Normalize Computes the normalized value of an angle, which is the equivalent angle in the range ( -Pi, Pi ].
NormalizePositive Computes the normalized positive value of an angle, which is the equivalent angle in the range [ 0, 2*Pi ).
Quadrant Returns the quadrant of a directed line segment from p0 to p1.
QuadrantFloat Returns the quadrant of a directed line segment (specified as x and y displacements, which cannot both be 0).
ToDegrees Converts from radians to degrees.
ToRadians Converts from degrees to radians.
Turn Returns whether an angle must turn clockwise or counterclockwise to overlap another angle.

# Constants

Quadrant four const.
None Constant representing no orientation.
Quadrant four const.
PiDegrees ...
PiOver2 The value of Pi/2.
PiOver4 PI_OVER_4The value of Pi/4.
PiTimes2 The value of 2*Pi.
Quadrant four const.
Quadrant four const.