| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
Polar |
Polar.divideBy(Polar f)
divide a polar by a polar
|
Polar |
Complex.getPolar()
polar object.
|
Polar |
Polar.multiplyBy(double f)
multiply a polar by a scalar
|
Polar |
Polar.multiplyBy(Polar f)
multiply a polar by a polar
|
Polar |
Polar.plus(Polar a2)
add two polars
|
Polar |
Polar.subtract(Polar a2)
subtract two polars
|
| Modifier and Type | Method and Description |
|---|---|
Polar |
Polar.divideBy(Polar f)
divide a polar by a polar
|
boolean |
Polar.isEqualTo(Polar a)
are two polar equal
|
Polar |
Polar.multiplyBy(Polar f)
multiply a polar by a polar
|
Polar |
Polar.plus(Polar a2)
add two polars
|
Polar |
Polar.subtract(Polar a2)
subtract two polars
|
| Constructor and Description |
|---|
Complex(Polar p)
construct from polar
|
Polar(Polar a)
constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.