public interface R2MatricesType extends R2MatricesValuesType
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
withObserver(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType<R2SpaceWorldType,R2SpaceEyeType> view,
R2ProjectionReadableType projection,
A x,
BiFunction<R2MatricesObserverType,A,B> f)
Evaluate matrices for the given observer.
|
transformContext<A,B> B withObserver(com.io7m.jtensors.parameterized.PMatrixReadable4x4FType<R2SpaceWorldType,R2SpaceEyeType> view, R2ProjectionReadableType projection, A x, BiFunction<R2MatricesObserverType,A,B> f)
A - The type of consumed valuesB - The type of returned valuesview - The observer's view matrixprojection - The observer's projectionf - The function that will receive the evaluated matricesx - A context value passed to fBCopyright © 2016 <code@io7m.com> http://io7m.com