JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.numbers.angle
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.apache.commons.numbers.angle
package
org.apache.commons.numbers.angle
Angle-related utilities.
Classes
Class
Description
Angle
Represents the
angle
concept.
Angle.Deg
Unit:
degrees
.
Angle.Normalizer
Normalizes an angle around a center value.
Angle.Rad
Unit:
radians
.
Angle.Turn
Unit:
turns
.
CosAngle
Computes the cosine of the angle between two vectors.
Reduce
Reduces
|a - offset|
to the primary interval
[0, |period|)
.