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