public interface JCameraReadableType
| Modifier and Type | Method and Description |
|---|---|
void |
cameraMakeViewMatrix(JCameraContext ctx,
com.io7m.jtensors.Matrix4x4FType m)
Construct a view matrix for the camera, using preallocated storage in
ctx and writing the result to m. |
<T0,T1> void |
cameraMakeViewPMatrix(JCameraContext ctx,
com.io7m.jtensors.parameterized.PMatrix4x4FType<T0,T1> m)
Construct a view matrix for the camera, using preallocated storage in
ctx and writing the result to m. |
void cameraMakeViewMatrix(JCameraContext ctx, com.io7m.jtensors.Matrix4x4FType m)
ctx and writing the result to m.ctx - Preallocated storagem - The output matrix<T0,T1> void cameraMakeViewPMatrix(JCameraContext ctx, com.io7m.jtensors.parameterized.PMatrix4x4FType<T0,T1> m)
ctx and writing the result to m.T0 - The source coordinate systemT1 - The target coordiante systemctx - Preallocated storagem - The output matrixCopyright © 2016 <code@io7m.com> http://io7m.com