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