Package org.seamcat.model.plugin.antenna
Class Complex
- java.lang.Object
-
- org.seamcat.model.plugin.antenna.Complex
-
public class Complex extends java.lang.Object
Unlike all other numbers this is a mutable class
-
-
Constructor Summary
Constructors Constructor Description Complex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
abs()
void
add(Complex other)
double
getImaginary()
double
getReal()
Complex
multiply(Complex other)
Complex
scale(double scalar)
void
setImaginary(double imaginary)
void
setReal(double real)
-