| Package | Description |
|---|---|
| com.io7m.jtensors |
| Modifier and Type | Method and Description |
|---|---|
static void |
MatrixM3x3F.lookAtWithContext(MatrixM3x3F.Context context,
VectorReadable3FType origin,
VectorReadable3FType target,
VectorReadable3FType up,
MatrixM3x3F out_matrix,
VectorM3F out_translation)
Calculate a rotation and translation representing a "camera" looking from
the point
origin to the point target. |
static MatrixM3x3F |
MatrixM3x3F.rotateInPlaceWithContext(MatrixM3x3F.Context context,
double angle,
MatrixM3x3F m,
VectorReadable3FType axis)
Rotate the matrix
m by angle radians around the
axis axis, saving the result into m. |
static MatrixM3x3F |
MatrixM3x3F.rotateWithContext(MatrixM3x3F.Context context,
double angle,
MatrixReadable3x3FType m,
VectorReadable3FType axis,
MatrixM3x3F out)
Rotate the matrix
m by angle radians around the
axis axis, saving the result into out. |
Copyright © 2015 <code@io7m.com> http://io7m.com