![]() |
KudanAR - iOS
|
Inheritance diagram for ARMatrix4:
Collaboration diagram for ARMatrix4:Instance Methods | |
| (ARMatrix4 *) | - multiplyByMatrix: |
| (ARMatrix4 *) | - localMultiplyByMatrix: |
| (ARVector3 *) | - multiplyByVector: |
| (ARVector3 *) | - localMultiplyByVector: |
| (ARVector4 *) | - multiplyByVector4: |
| (ARVector4 *) | - localMultiplyByVector4: |
| (ARMatrix4 *) | - transpose |
| (ARMatrix4 *) | - localTranspose |
| (ARMatrix4 *) | - inverse |
| (ARMatrix4 *) | - localInverse |
| (float *) | - makeGLMatrix: |
| (float *) | - makeGLRotationMatrix: |
| (ARVector3 *) | - scale |
| (ARVector3 *) | - translation |
| (ARQuaternion *) | - orientation |
Class Methods | |
| (ARMatrix4 *) | + matrixWithIdentity |
| (ARMatrix4 *) | + matrixWithValues: |
| (ARMatrix4 *) | + matrixWithTranslation:rotation:scale: |
| (ARMatrix4 *) | + frustumWithFOV:aspect:near:far:zoom: |
| (ARMatrix4 *) | + frustumWithLeft:right:bottom:top:near:far: |
| (ARMatrix4 *) | + orthoWithLeft:right:bottom:top:near:far: |