| Package | Description |
|---|---|
| com.flowpowered.math.imaginary |
| Modifier and Type | Class and Description |
|---|---|
class |
Complexd
Represent a complex number of the form
x + yi. |
class |
Quaterniond
Represent a quaternion of the form
xi + yj + zk + w. |
| Modifier and Type | Method and Description |
|---|---|
Imaginaryd |
Imaginaryd.conjugate()
Returns the conjugated imaginary number.
|
Imaginaryd |
Imaginaryd.div(double a)
Divides the imaginary number by the given scalar.
|
Imaginaryd |
Imaginaryd.invert()
Returns the inverts imaginary number.
|
Imaginaryd |
Imaginaryd.mul(double a)
Multiplies the imaginary number by the given scalar.
|
Imaginaryd |
Imaginaryd.normalize()
Normalizes the imaginary number.
|
Imaginaryd |
Imaginaryd.toDouble() |
Imaginaryd |
Imaginaryf.toDouble() |
Copyright © 2013–2016 Flow Powered. All rights reserved.