public class Rotation extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
Rotation |
clone() |
float |
getAngle() |
float |
getCos() |
float |
getSin() |
void |
getXAxis(Vec2 xAxis) |
void |
getYAxis(Vec2 yAxis) |
static void |
mul(Rotation q,
Rotation r,
Rotation out) |
static void |
mulToOut(Rotation q,
Vec2 v,
Vec2 out) |
static void |
mulToOutUnsafe(Rotation q,
Vec2 v,
Vec2 out) |
static void |
mulTrans(Rotation q,
Rotation r,
Rotation out) |
static void |
mulTrans(Rotation q,
Vec2 v,
Vec2 out) |
static void |
mulTransUnsafe(Rotation q,
Rotation r,
Rotation out) |
static void |
mulTransUnsafe(Rotation q,
Vec2 v,
Vec2 out) |
static void |
mulUnsafe(Rotation q,
Rotation r,
Rotation out) |
Rotation |
set(float angle) |
Rotation |
set(Rotation other) |
Rotation |
setIdentity() |
String |
toString() |
Copyright © 2018. All rights reserved.