cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class Rotation3D
java.lang.Object
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Rotation3D
public class Rotation3D
- extends Object
Rotation of an object.
- Author:
- Martin Cerny
|
Constructor Summary |
Rotation3D(int pitch,
int yaw,
int roll)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rotation3D
public Rotation3D(int pitch,
int yaw,
int roll)
getPitch
public int getPitch()
getRoll
public int getRoll()
getYaw
public int getYaw()
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.