| Package | Description |
|---|---|
| mikera.transformz.impl | |
| mikera.vectorz |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantTransform4.transform(AVector source,
Vector4 dest) |
| Modifier and Type | Method and Description |
|---|---|
Vector4 |
Vector4.clone() |
Vector4 |
Vector4.exactClone() |
static Vector4 |
Vector4.of(double... values) |
static Vector4 |
Vector4.of(double x,
double y,
double z,
double t) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vector4.addMultiple(Vector4 v,
double factor) |
void |
Vector4.addProduct(Vector4 a,
Vector4 b) |
void |
Vector4.addProduct(Vector4 a,
Vector4 b,
double factor) |
double |
Vector4.dotProduct(Vector4 a) |
void |
Vector4.set(Vector4 a) |
| Constructor and Description |
|---|
Vector4(Vector4 source) |
Copyright © 2013. All Rights Reserved.