Interface JoglMatrixBackend
- All Known Implementing Classes:
- JoglRealMatrixBackend,- JoglSimulatedMatrixBackend
public interface JoglMatrixBackend
- 
Method SummaryModifier and TypeMethodDescriptiongetMatrix(int matrixType, FloatBuffer store) voidvoidvoidvoidvoidvoidsetMatrixMode(int matrixMode) voidsetOrtho(double left, double right, double bottom, double top, double near, double far) 
- 
Method Details- 
setMatrixModevoid setMatrixMode(int matrixMode) 
- 
pushMatrixvoid pushMatrix()
- 
popMatrixvoid popMatrix()
- 
multMatrix
- 
loadMatrix
- 
getMatrix
- 
loadIdentityvoid loadIdentity()
- 
setOrthovoid setOrtho(double left, double right, double bottom, double top, double near, double far) 
 
-