Package | Description |
---|---|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
gov.sandia.cognition.math.matrix.mtj |
Provides a linear algebra package implementation wrapper using the Matrix
Toolkits for Java (MTJ) library.
|
Modifier and Type | Method and Description |
---|---|
Vector3 |
Quaternion.rotate(Vector vector)
Rotates the given vector by this quaternion by performing a
multiplication with this quaternion's rotation matrix: M * v.
|
Modifier and Type | Method and Description |
---|---|
Vector3 |
Vector3.clone() |
static Vector3 |
Vector3.createRandom(java.util.Random random)
Creates a new random Vector3 from the given Random object.
|
Vector3 |
DenseVectorFactoryMTJ.createVector3D(double x,
double y,
double z) |
Vector3 |
SparseVectorFactoryMTJ.createVector3D(double x,
double y,
double z) |