A C E G H N O P R T V W Z 
All Classes All Packages

A

Angle - Class in org.apache.commons.numbers.angle
Represents the angle concept.
Angle.Deg - Class in org.apache.commons.numbers.angle
Unit: degrees.
Angle.Rad - Class in org.apache.commons.numbers.angle
Unit: radians.
Angle.Turn - Class in org.apache.commons.numbers.angle
Unit: turns.
applyAsDouble(double) - Method in class org.apache.commons.numbers.angle.Reduce

C

CosAngle - Class in org.apache.commons.numbers.angle
Computes the cosine of the angle between two vectors.

E

equals(Object) - Method in class org.apache.commons.numbers.angle.Angle
Test for equality with another object.

G

getAsDouble() - Method in class org.apache.commons.numbers.angle.Angle
 

H

hashCode() - Method in class org.apache.commons.numbers.angle.Angle

N

normalizer(double) - Static method in class org.apache.commons.numbers.angle.Angle.Deg
Creates an operator for normalizing/reducing an angle.
normalizer(double) - Static method in class org.apache.commons.numbers.angle.Angle.Rad
Creates an operator for normalizing/reducing an angle.
normalizer(double) - Static method in class org.apache.commons.numbers.angle.Angle.Turn
Creates an operator for normalizing/reducing an angle.

O

of(double) - Static method in class org.apache.commons.numbers.angle.Angle.Deg
Create an instance.
of(double) - Static method in class org.apache.commons.numbers.angle.Angle.Rad
Create an instance.
of(double) - Static method in class org.apache.commons.numbers.angle.Angle.Turn
Create an instance.
org.apache.commons.numbers.angle - package org.apache.commons.numbers.angle
Angle-related utilities.

P

PI - Static variable in class org.apache.commons.numbers.angle.Angle.Rad
π.
PI_OVER_TWO - Static variable in class org.apache.commons.numbers.angle.Angle
π/2.

R

Reduce - Class in org.apache.commons.numbers.angle
Reduces |a - offset| to the primary interval [0, |period|).
Reduce(double, double) - Constructor for class org.apache.commons.numbers.angle.Reduce
Create an instance.

T

toDeg() - Method in class org.apache.commons.numbers.angle.Angle.Deg
Convert to a Angle.Deg.
toDeg() - Method in class org.apache.commons.numbers.angle.Angle.Rad
Convert to a Angle.Deg.
toDeg() - Method in class org.apache.commons.numbers.angle.Angle
Convert to a Angle.Deg.
toDeg() - Method in class org.apache.commons.numbers.angle.Angle.Turn
Convert to a Angle.Deg.
toRad() - Method in class org.apache.commons.numbers.angle.Angle.Deg
Convert to a Angle.Rad.
toRad() - Method in class org.apache.commons.numbers.angle.Angle.Rad
Convert to a Angle.Rad.
toRad() - Method in class org.apache.commons.numbers.angle.Angle
Convert to a Angle.Rad.
toRad() - Method in class org.apache.commons.numbers.angle.Angle.Turn
Convert to a Angle.Rad.
toTurn() - Method in class org.apache.commons.numbers.angle.Angle.Deg
Convert to a Angle.Turn.
toTurn() - Method in class org.apache.commons.numbers.angle.Angle.Rad
Convert to a Angle.Turn.
toTurn() - Method in class org.apache.commons.numbers.angle.Angle
Convert to a Angle.Turn.
toTurn() - Method in class org.apache.commons.numbers.angle.Angle.Turn
Convert to a Angle.Turn.
TWO_PI - Static variable in class org.apache.commons.numbers.angle.Angle.Rad
2π.
TWO_PI - Static variable in class org.apache.commons.numbers.angle.Angle
2π.

V

value(double[], double[]) - Static method in class org.apache.commons.numbers.angle.CosAngle
Computes the cosine of the angle between v1 and v2.

W

WITHIN_0_AND_1 - Static variable in class org.apache.commons.numbers.angle.Angle.Turn
Normalizing operator (result will be within the [0, 1[ interval).
WITHIN_0_AND_2PI - Static variable in class org.apache.commons.numbers.angle.Angle.Rad
Normalizing operator (result will be within the [0, 2π[ interval).
WITHIN_0_AND_360 - Static variable in class org.apache.commons.numbers.angle.Angle.Deg
Normalizing operator (result will be within the [0, 360[ interval).
WITHIN_MINUS_PI_AND_PI - Static variable in class org.apache.commons.numbers.angle.Angle.Rad
Normalizing operator (result will be within the [-π, π[ interval).

Z

ZERO - Static variable in class org.apache.commons.numbers.angle.Angle.Deg
Zero.
ZERO - Static variable in class org.apache.commons.numbers.angle.Angle.Rad
Zero.
ZERO - Static variable in class org.apache.commons.numbers.angle.Angle.Turn
Zero.
A C E G H N O P R T V W Z 
All Classes All Packages