reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofMatrixStack Member List

This is the complete list of members for ofMatrixStack, including all inherited members.

clearStacks()ofMatrixStack
customMatrixNeedsFlip() constofMatrixStack
doesHardwareOrientation() constofMatrixStack
getCurrentMatrix() constofMatrixStack
getCurrentMatrixMode() constofMatrixStack
getCurrentViewport() constofMatrixStack
getFullSurfaceViewport() constofMatrixStack
getHandedness() constofMatrixStack
getModelMatrix() constofMatrixStack
getModelViewMatrix() constofMatrixStack
getModelViewProjectionMatrix() constofMatrixStack
getNativeViewport() constofMatrixStack
getOrientation() constofMatrixStack
getOrientationMatrix() constofMatrixStack
getOrientationMatrixInverse() constofMatrixStack
getProjectionMatrix() constofMatrixStack
getProjectionMatrixNoOrientation() constofMatrixStack
getTextureMatrix() constofMatrixStack
getViewInverse() constofMatrixStack
getViewMatrix() constofMatrixStack
isVFlipped() constofMatrixStack
loadIdentityMatrix(void)ofMatrixStack
loadMatrix(const glm::mat4 &m)ofMatrixStack
loadViewMatrix(const glm::mat4 &matrix)ofMatrixStack
matrixMode(ofMatrixMode mode)ofMatrixStack
multMatrix(const glm::mat4 &m)ofMatrixStack
multViewMatrix(const glm::mat4 &matrix)ofMatrixStack
nativeViewport(ofRectangle viewport)ofMatrixStack
ofMatrixStack(const ofAppBaseWindow *window)ofMatrixStack
popMatrix()ofMatrixStack
popView()ofMatrixStack
pushMatrix()ofMatrixStack
pushView()ofMatrixStack
rotateRad(float radians, float vecX, float vecY, float vecZ)ofMatrixStack
scale(float xAmnt, float yAmnt, float zAmnt=1)ofMatrixStack
setOrientation(ofOrientation orientation, bool vFlip)ofMatrixStack
setRenderSurface(const ofBaseDraws &fbo)ofMatrixStack
setRenderSurface(const ofAppBaseWindow &window)ofMatrixStack
setRenderSurfaceNoMatrixFlip(const ofBaseDraws &fbo)ofMatrixStack
translate(float x, float y, float z=0)ofMatrixStack
viewport(float x, float y, float width, float height, bool vflip)ofMatrixStack