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