Package org.vrspace.server.obj
Class Rotation
- java.lang.Object
-
- org.vrspace.server.obj.Entity
-
- org.vrspace.server.obj.Embedded
-
- org.vrspace.server.obj.Rotation
-
@Node public class Rotation extends Embedded
Rotation of an can be represented either by 3 or 4 coordinates (euler angles, quaternions), the server will store and distribute it either way.- Author:
- joe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
double
getAngle()
double
getX()
double
getY()
double
getZ()
int
hashCode()
void
setAngle(double angle)
void
setX(double x)
void
setY(double y)
void
setZ(double z)
String
toString()
-