org.lsmp.djep.groupJep.groups
Class Quaternions.Quaternion
java.lang.Object
java.lang.Number
org.lsmp.djep.groupJep.groups.Quaternions.Quaternion
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Quaternions
public static class Quaternions.Quaternion
- extends Number
- See Also:
- Serialized Form
Quaternions.Quaternion
public Quaternions.Quaternion(double x,
double y,
double z,
double w)
doubleValue
public double doubleValue()
- Specified by:
doubleValue in class Number
floatValue
public float floatValue()
- Specified by:
floatValue in class Number
intValue
public int intValue()
- Specified by:
intValue in class Number
longValue
public long longValue()
- Specified by:
longValue in class Number
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All rights reserved.