org.apache.chemistry.opencmis.util.content.fractal
Class ComplexPoint
java.lang.Object
org.apache.chemistry.opencmis.util.content.fractal.ComplexPoint
public class ComplexPoint
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexPoint
public ComplexPoint(double real,
double imaginary)
ComplexPoint
public ComplexPoint()
getImaginary
public double getImaginary()
getReal
public double getReal()
set
public void set(ComplexPoint cp)
set
public void set(double cr,
double ci)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.