org.lsmp.djep.groupJep.groups
Class Quaternions.Quaternion

java.lang.Object
  extended by java.lang.Number
      extended by org.lsmp.djep.groupJep.groups.Quaternions.Quaternion
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Quaternions

public static class Quaternions.Quaternion
extends java.lang.Number

See Also:
Serialized Form

Constructor Summary
Quaternions.Quaternion(double x, double y, double z, double w)
           
 
Method Summary
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Quaternions.Quaternion

public Quaternions.Quaternion(double x,
                              double y,
                              double z,
                              double w)
Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number

toString

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


http://www.singularsys.com/jep Copyright © 2007 Singular Systems