org.naokishibata.sleef
Class FastMath.double2

java.lang.Object
  extended by org.naokishibata.sleef.FastMath.double2
Enclosing class:
FastMath

public static class FastMath.double2
extends java.lang.Object

This class represents a vector of two double values.


Field Summary
 double x
           
 double y
           
 
Constructor Summary
FastMath.double2()
           
FastMath.double2(double x, double y)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

FastMath.double2

public FastMath.double2()

FastMath.double2

public FastMath.double2(double x,
                        double y)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object