#include <OOOpenGLMatrixManager.h>
Definition at line 49 of file OOOpenGLMatrixManager.h.
◆ dealloc
◆ init
◆ pop
Definition at line 605 of file OOOpenGLMatrixManager.m.
73{
75 {
77 }
78 OOMatrix matrix;
79 [[stack lastObject] getValue: &matrix];
80 [stack removeLastObject];
81 return matrix;
82}
const OOMatrix kIdentityMatrix
◆ push:
- (void) push: |
|
(OOMatrix) | matrix |
|
Definition at line 605 of file OOOpenGLMatrixManager.m.
67 : (OOMatrix) matrix
68{
69 [stack addObject: [NSValue valueWithBytes: &matrix objCType: @encode(OOMatrix)]];
70}
◆ stackCount
- (NSUInteger) stackCount |
|
|
|
◆ stack
- (NSMutableArray*) stack |
|
private |
The documentation for this class was generated from the following files: