| Package | Description |
|---|---|
| mikera.transformz | |
| mikera.transformz.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Translation
Represents a translation by a fixed vector
|
class |
Translation3
Specialised 3D translation class
|
| Modifier and Type | Method and Description |
|---|---|
static ATranslation |
Transformz.createMutableTranslation(ATranslation t) |
static ATranslation |
Transformz.createTranslation(AVector v) |
static ATranslation |
Transformz.createTranslation(double[] v) |
ATranslation |
Translation3.getTranslationComponent() |
ATranslation |
Translation.getTranslationComponent() |
ATranslation |
AffineMN.getTranslationComponent() |
ATranslation |
Affine34.getTranslationComponent() |
abstract ATranslation |
AAffineTransform.getTranslationComponent() |
ATranslation |
ATranslation.inverse() |
ATranslation |
ATranslation.toMutableTranslation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Translation.composeWith(ATranslation t) |
static ATranslation |
Transformz.createMutableTranslation(ATranslation t) |
boolean |
ATranslation.equals(ATranslation a) |
| Constructor and Description |
|---|
Affine34(AMatrix matrix,
ATranslation trans) |
AffineMN(AMatrix matrix,
ATranslation translation) |
Translation(ATranslation t) |
Translation3(ATranslation t) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityTranslation
Immutable identity translation
|
| Modifier and Type | Method and Description |
|---|---|
ATranslation |
IdentityTranslation.getTranslationComponent() |
ATranslation |
ConstantTransform4.getTranslationComponent() |
ATranslation |
ConstantTransform3.getTranslationComponent() |
ATranslation |
ConstantTransform.getTranslationComponent() |
Copyright © 2012. All Rights Reserved.