| Package | Description |
|---|---|
| mikera.matrixx | |
| mikera.transformz | |
| mikera.vectorz | |
| mikera.vectorz.impl |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Matrix22.cloneRow(int row) |
Vector2 |
Matrix22.innerProduct(Vector2 a) |
Vector2 |
Matrix22.transform(Vector2 source) |
| Modifier and Type | Method and Description |
|---|---|
static Matrix22 |
Matrix22.createReflectionMatrix(Vector2 normal) |
Vector2 |
Matrix22.innerProduct(Vector2 a) |
Vector2 |
Matrix22.transform(Vector2 source) |
void |
Matrix22.transform(Vector2 source,
AVector dest) |
void |
Matrix22.transform(Vector2 source,
Vector2 dest) |
void |
Matrix22.transformInPlace(Vector2 dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Affine23.copyOfTranslationVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
Affine23.transform(Vector2 source,
Vector2 dest) |
void |
Affine23.transformInPlace(Vector2 dest) |
void |
Affine23.transformNormal(Vector2 source,
Vector2 dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
Vector2.clone() |
Vector2 |
Vector2.complexConjugate() |
Vector2 |
Vector2.complexNegation() |
Vector2 |
Vector2.complexReciprocal() |
static Vector2 |
Vector2.create(AVector v) |
Vector2 |
Vector2.exactClone() |
static Vector2 |
Vector2.of(double... values) |
static Vector2 |
Vector2.of(double x,
double y) |
Vector2 |
Vector2.toNormal() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vector2.add(Vector2 v) |
void |
Vector2.addMultiple(Vector2 v,
double factor) |
void |
Vector2.addProduct(Vector2 a,
Vector2 b) |
void |
Vector2.addProduct(Vector2 a,
Vector2 b,
double factor) |
void |
Vector2.complexMultiply(Vector2 a)
Complex multiplication by another Vector2, treating an (x,y) vector as the complex value x+iy
|
double |
Vector2.dotProduct(Vector2 a) |
void |
Vector2.scaleAdd(double factor,
Vector2 constant) |
void |
Vector2.sub(Vector2 v) |
| Modifier and Type | Method and Description |
|---|---|
double |
AxisVector.dotProduct(Vector2 v) |
Copyright © 2013. All Rights Reserved.