| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.matrixx.impl | |
| mikera.transformz | |
| mikera.transformz.impl | |
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
Matrix33.cloneRow(int row)
Returns a row of the matrix as a cloned vector
|
Vector3 |
Matrix33.transform(Vector3 source) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix33 |
Matrixx.createRotationMatrix(Vector3 axis,
double angle) |
Vector3 |
Matrix33.transform(Vector3 source) |
void |
Matrix33.transform(Vector3 source,
AVector dest) |
void |
Matrix33.transform(Vector3 source,
Vector3 dest) |
void |
Matrix33.transformInPlace(Vector3 dest) |
void |
Matrix33.transformNormal(Vector3 source,
Vector3 dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
VectorMatrixM3.getRow(int row) |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorMatrixM3.appendRow(Vector3 row) |
void |
VectorMatrixM3.transform(Vector3 source,
AVector dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
Translation3.copyOfTranslationVector() |
Vector3 |
Affine34.copyOfTranslationVector() |
Vector3 |
Translation3.getTranslationVector() |
| Modifier and Type | Method and Description |
|---|---|
static Affine34 |
Transformz.createAffineTransform(Matrix33 m,
Vector3 v) |
static Translation3 |
Transformz.createTranslation(Vector3 v) |
void |
Translation3.transform(Vector3 source,
Vector3 dest) |
void |
Affine34.transform(Vector3 source,
Vector3 dest) |
void |
Translation3.transformInPlace(Vector3 v) |
void |
Affine34.transformInPlace(Vector3 dest) |
void |
Translation3.transformNormal(Vector3 source,
Vector3 dest) |
void |
Affine34.transformNormal(Vector3 source,
Vector3 dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
ConstantTransform3.transform(Vector3 source) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantTransform3.transform(AVector source,
Vector3 dest) |
Vector3 |
ConstantTransform3.transform(Vector3 source) |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
Vector3.clone() |
Vector3 |
Vector3.exactClone() |
static Vector3 |
Vector3.of(double... values) |
static Vector3 |
Vector3.of(double x,
double y,
double z) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vector3.add(Vector3 v) |
void |
Vector3.addMultiple(Vector3 v,
double factor) |
void |
Vector3.addProduct(Vector3 a,
Vector3 b) |
void |
Vector3.addProduct(Vector3 a,
Vector3 b,
double factor) |
double |
Vector3.angle(Vector3 v) |
void |
Vector3.crossProduct(Vector3 a) |
double |
Vector3.distance(Vector3 v) |
double |
Vector3.distanceSquared(Vector3 v) |
double |
Vector3.dotProduct(Vector3 a) |
void |
Vector3.projectToPlane(Vector3 normal,
double distance) |
void |
Vector3.scaleAdd(double factor,
Vector3 constant) |
void |
Vector3.set(Vector3 a) |
void |
Vector3.sub(Vector3 v) |
void |
Vector3.subMultiple(Vector3 v,
double factor) |
void |
Vector3.subtractMultiple(Vector3 v,
double factor) |
| Constructor and Description |
|---|
Vector3(Vector3 source) |
| Modifier and Type | Method and Description |
|---|---|
double |
AxisVector.dotProduct(Vector3 v) |
Copyright © 2013. All Rights Reserved.