public class ComplexPoint extends Object
| Constructor and Description |
|---|
ComplexPoint() |
ComplexPoint(double real,
double imaginary) |
public ComplexPoint(double real,
double imaginary)
public ComplexPoint()
public double getImaginary()
public double getReal()
public void set(ComplexPoint cp)
public void set(double cr,
double ci)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.