public final class Transform6
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
m00 |
int |
m01 |
int |
m02 |
int |
m10 |
int |
m11 |
int |
m12 |
Constructor and Description |
---|
Transform6() |
Transform6(int m00,
int m01,
int m10,
int m11,
int m02,
int m12) |
Transform6(Transform6 t) |
Modifier and Type | Method and Description |
---|---|
private void |
initialize() |
Transform6 |
inverse() |
boolean |
isIdentity() |
void |
postMultiply(Transform6 t) |
Transform6 |
setTransform(Transform6 Tx)
Sets this transform to a copy of the transform in the specified
Transform6 object. |
java.lang.String |
toString() |
public int m00
public int m01
public int m10
public int m11
public int m02
public int m12
public Transform6()
public Transform6(int m00, int m01, int m10, int m11, int m02, int m12)
public Transform6(Transform6 t)
public void postMultiply(Transform6 t)
public Transform6 inverse()
public boolean isIdentity()
public Transform6 setTransform(Transform6 Tx)
Transform6
object.Tx
- the Transform6
object from which to copy the
transformpublic java.lang.String toString()
toString
in class java.lang.Object
private void initialize()