public class FNComplex
extends java.lang.Object
| Constructor and Description |
|---|
FNComplex() |
FNComplex(double real,
double imag) |
| Modifier and Type | Method and Description |
|---|---|
double |
abs() |
FNComplex |
add(FNComplex complex) |
double |
arg() |
FNComplex |
con() |
FNVec2d |
convertVec2d() |
FNComplex |
div(FNComplex complex) |
boolean |
equals(java.lang.Object o) |
double |
getImag() |
double |
getReal() |
int |
hashCode() |
int |
mandelbrot(int max) |
FNComplex |
mul(FNComplex complex) |
void |
setImag(double imag) |
void |
setReal(double real) |
FNComplex |
sub(FNComplex complex) |
java.lang.String |
toString() |
public FNComplex()
public FNComplex(double real,
double imag)
public double getImag()
public double getReal()
public void setImag(double imag)
public void setReal(double real)
public FNComplex con()
public double abs()
public double arg()
public int mandelbrot(int max)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic FNVec2d convertVec2d()