public interface R2ProjectionReadableType
| Modifier and Type | Method and Description |
|---|---|
float |
projectionGetFarXMaximum() |
float |
projectionGetFarXMinimum() |
float |
projectionGetFarYMaximum() |
float |
projectionGetFarYMinimum() |
float |
projectionGetNearXMaximum() |
float |
projectionGetNearXMinimum() |
float |
projectionGetNearYMaximum() |
float |
projectionGetNearYMinimum() |
R2WatchableType<R2ProjectionReadableType> |
projectionGetWatchable() |
float |
projectionGetZFar() |
float |
projectionGetZNear() |
void |
projectionMakeMatrix(com.io7m.jtensors.parameterized.PMatrixWritable4x4FType<R2SpaceEyeType,R2SpaceClipType> m)
Write the projection to the given matrix.
|
void |
projectionMakeMatrixUntyped(com.io7m.jtensors.MatrixWritable4x4FType m)
Write the projection to the given matrix.
|
void projectionMakeMatrix(com.io7m.jtensors.parameterized.PMatrixWritable4x4FType<R2SpaceEyeType,R2SpaceClipType> m)
m - The output matrixvoid projectionMakeMatrixUntyped(com.io7m.jtensors.MatrixWritable4x4FType m)
m - The output matrixfloat projectionGetNearXMaximum()
float projectionGetNearXMinimum()
float projectionGetNearYMaximum()
float projectionGetNearYMinimum()
float projectionGetZFar()
float projectionGetZNear()
float projectionGetFarXMaximum()
float projectionGetFarXMinimum()
float projectionGetFarYMaximum()
float projectionGetFarYMinimum()
R2WatchableType<R2ProjectionReadableType> projectionGetWatchable()
Copyright © 2016 <code@io7m.com> http://io7m.com