public interface Imaginaryf
| Modifier and Type | Method and Description |
|---|---|
Imaginaryf |
conjugate()
Returns the conjugated imaginary number.
|
Imaginaryf |
div(float a)
Divides the imaginary number by the given scalar.
|
Imaginaryf |
invert()
Returns the inverts imaginary number.
|
float |
length()
Returns the length of the imaginary number.
|
float |
lengthSquared()
Returns the square of the length of the imaginary number.
|
Imaginaryf |
mul(float a)
Multiplies the imaginary number by the given scalar.
|
Imaginaryf |
normalize()
Normalizes the imaginary number.
|
Imaginaryd |
toDouble() |
Imaginaryf |
toFloat() |
Imaginaryf mul(float a)
a - The scalar to multiply byImaginaryf div(float a)
a - The scalar to divide byImaginaryf conjugate()
Imaginaryf invert()
float length()
float lengthSquared()
Imaginaryf normalize()
Imaginaryf toFloat()
Imaginaryd toDouble()
Copyright © 2013–2016 Flow Powered. All rights reserved.