org.apache.chemistry.opencmis.util.content.fractal
Class ComplexPoint

java.lang.Object
  extended by org.apache.chemistry.opencmis.util.content.fractal.ComplexPoint

public class ComplexPoint
extends Object


Constructor Summary
ComplexPoint()
           
ComplexPoint(double real, double imaginary)
           
 
Method Summary
 double getImaginary()
           
 double getReal()
           
 void set(ComplexPoint cp)
           
 void set(double cr, double ci)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexPoint

public ComplexPoint(double real,
                    double imaginary)

ComplexPoint

public ComplexPoint()
Method Detail

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.