RobWorkProject  23.9.11-
ProjectionMatrix Member List

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

e() constProjectionMatrixinline
getClipPlanes() constProjectionMatrix
getFrustum(double &left, double &right, double &bottom, double &top, double &zNear, double &zFar) constProjectionMatrix
getOrtho(double &left, double &right, double &bottom, double &top, double &zNear, double &zFar) constProjectionMatrix
getPerspective(double &fovy, double &aspectRatio, double &zNear, double &zFar) constProjectionMatrix
isOrtographicProjection()ProjectionMatrixinline
isPerspectiveProjection()ProjectionMatrixinline
makeOrtho(double left, double right, double bottom, double top, double zNear, double zFar)ProjectionMatrixstatic
makePerspective(double fovy, double aspectRatio, double zNear, double zFar)ProjectionMatrixstatic
makePerspective(double fovy, double width, double height, double zNear, double zFar)ProjectionMatrixstatic
ProjectionMatrix()ProjectionMatrixinline
Ptr typedef (defined in ProjectionMatrix)ProjectionMatrix
setFrustum(double left, double right, double bottom, double top, double zNear, double zFar)ProjectionMatrix
setOrtho(double left, double right, double bottom, double top, double zNear, double zFar)ProjectionMatrix
setPerspective(double fovy, double aspectRatio, double zNear, double zFar)ProjectionMatrix
setPerspective(double fovy, double width, double height, double zNear, double zFar)ProjectionMatrixinline
toOpenGLMatrix(T arr[16])ProjectionMatrixinline