|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Angle | |
| net.agmodel.physical | Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. |
| Uses of Angle in net.agmodel.physical |
| Methods in net.agmodel.physical that return Angle | |
Angle |
Angle.add(Angle x)
Returns an Angle whose value is (this + x). |
Angle |
Angle.substract(Angle x)
Returns an Angle whose value is (this - x). |
Angle |
Angle.multiply(double coefficient)
Returns an Angle whose value is (this * coefficient). |
Angle |
Angle.divide(double coefficient)
Returns an Angle whose value is (this / coefficient). |
static Angle |
Angle.asin(double x)
Creates an Angle such as its sine is the specified argument. |
static Angle |
Angle.acos(double x)
Creates an Angle such as its cosine is the specified argument. |
static Angle |
Angle.atan(double x)
Creates an Angle such as its tangent is the specified argument. |
static Angle |
Angle.atan2(Length y,
Length x)
Converts rectangular coordinates ( x, y)
to polar (rho, theta). |
| Methods in net.agmodel.physical with parameters of type Angle | |
Angle |
Angle.add(Angle x)
Returns an Angle whose value is (this + x). |
Angle |
Angle.substract(Angle x)
Returns an Angle whose value is (this - x). |
int |
Angle.compareTo(Angle x)
Compares this Angle with the specified Angle. |
| Constructors in net.agmodel.physical with parameters of type Angle | |
Volume(Length radius,
Angle theta)
Volume constructor from a Length and an Angle (slice of a sphere). |
|
Length(Length radius,
Angle theta)
Length constructor from a Length and an Angle (arc of a circle). |
|
Area(Length radius,
Angle theta)
Area constructor from a Length and an Angle (slice of a circle). |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||