package
0.2.0-mixed
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.
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 ).
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

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