CC3GLMatrixDeprecated Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | CC3GLMatrix.h |
Overview
Deprecated and replaced by the CC3Matrix family of classes. @deprecated This class has been created to stand in for the deprecated CC3GLMatrix class in framework code. Do not use this class.
Tasks
-
glMatrix
property -
isIdentity
property -
– init
-
+ matrix
-
– initIdentity
-
+ identity
-
– initFromGLMatrix:
-
+ matrixFromGLMatrix:
-
+ matrixByMultiplying:by:
-
– initOnGLMatrix:
-
+ matrixOnGLMatrix:
-
– initWithElements:
-
+ matrixWithElements:
-
– populateFrom:
-
– populateFromGLMatrix:
-
– populateZero
-
– populateIdentity
-
– populateFromTranslation:
-
– populateFromRotation:
-
– populateFromQuaternion:
-
– populateFromScale:
-
– populateToPointTowards:withUp:
-
– populateToLookAt:withEyeAt:withUp:
-
– populateFromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
-
– populateFromFrustumLeft:andRight:andBottom:andTop:andNear:
-
– populateOrthoFromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
-
– populateOrthoFromFrustumLeft:andRight:andBottom:andTop:andNear:
-
+ copyMatrix:into:
-
+ populateZero:
-
+ populateIdentity:
-
+ populate:fromTranslation:
-
+ populate:fromRotation:
-
+ populate:fromQuaternion:
-
+ populate:fromScale:
-
+ populate:toPointTowards:withUp:
-
+ populate:toLookAt:withEyeAt:withUp:
-
+ populate:fromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
-
+ populate:fromFrustumLeft:andRight:andBottom:andTop:andNear:
-
+ populateOrtho:fromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
-
+ populateOrtho:fromFrustumLeft:andRight:andBottom:andTop:andNear:
-
– extractRotation
-
– extractQuaternion
-
– extractForwardDirection
-
– extractUpDirection
-
– extractRightDirection
-
+ extractRotationFromMatrix:
-
+ extractRotationYXZFromMatrix:
-
+ extractRotationZYXFromMatrix:
-
+ extractQuaternionFromMatrix:
-
+ extractForwardDirectionFrom:
-
+ extractUpDirectionFrom:
-
+ extractRightDirectionFrom:
-
– translateBy:rotateBy:scaleBy:
-
– rotateBy:
-
– rotateByX:
-
– rotateByY:
-
– rotateByZ:
-
– rotateByQuaternion:
-
– orthonormalizeRotationStartingWith:
-
– translateBy:
-
– translateByX:
-
– translateByY:
-
– translateByZ:
-
– scaleBy:
-
– scaleByX:
-
– scaleByY:
-
– scaleByZ:
-
– scaleUniformlyBy:
-
+ transform:translateBy:rotateBy:scaleBy:
-
+ rotateYXZ:by:
-
+ rotateZYX:by:
-
+ rotate:byX:
-
+ rotate:byY:
-
+ rotate:byZ:
-
+ rotate:byQuaternion:
-
+ orthonormalizeRotationOf:startingWith:
-
+ translate:by:
-
+ translate:byX:
-
+ translate:byY:
-
+ translate:byZ:
-
+ scale:by:
-
+ scale:byX:
-
+ scale:byY:
-
+ scale:byZ:
-
+ scale:uniformlyBy:
-
– multiplyByMatrix:
-
– leftMultiplyByMatrix:
-
– transformLocation:
-
– transformDirection:
-
– transformHomogeneousVector:
-
– transformRay:
-
– transpose
-
– invert
-
– invertAffine
-
– invertRigid
-
+ multiply:byMatrix:
-
+ leftMultiply:byMatrix:
-
+ transformLocation:withMatrix:
-
+ transformDirection:withMatrix:
-
+ transformHomogeneousVector:withMatrix:
-
+ transformRay:withMatrix:
-
+ transpose:
-
+ invert:
-
+ invertAffine:
-
+ invertRigid:
Properties
Class Methods
copyMatrix:into:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)copyMatrix:(const GLfloat *)srcGLMatrix into:(GLfloat *)destGLMatrix
Declared In
CC3GLMatrix.h
extractForwardDirectionFrom:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractForwardDirectionFrom:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractQuaternionFromMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Quaternion)extractQuaternionFromMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractRightDirectionFrom:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractRightDirectionFrom:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractRotationFromMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractRotationFromMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractRotationYXZFromMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractRotationYXZFromMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractRotationZYXFromMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractRotationZYXFromMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
extractUpDirectionFrom:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)extractUpDirectionFrom:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
identity
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)identity
Declared In
CC3GLMatrix.h
invert:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (BOOL)invert:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
invertAffine:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (BOOL)invertAffine:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
invertRigid:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)invertRigid:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
leftMultiply:byMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)leftMultiply:(GLfloat *)aGLMatrix byMatrix:(GLfloat *)anotherGLMatrix
Declared In
CC3GLMatrix.h
matrix
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)matrix
Declared In
CC3GLMatrix.h
matrixByMultiplying:by:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)matrixByMultiplying:(CC3GLMatrixDeprecated *)m1 by:(CC3GLMatrixDeprecated *)m2
Declared In
CC3GLMatrix.h
matrixFromGLMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)matrixFromGLMatrix:(GLfloat *)aGLMtx
Declared In
CC3GLMatrix.h
matrixOnGLMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)matrixOnGLMatrix:(GLfloat *)aGLMtx
Declared In
CC3GLMatrix.h
matrixWithElements:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (id)matrixWithElements:(GLfloat)e00, ...
Declared In
CC3GLMatrix.h
multiply:byMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)multiply:(GLfloat *)aGLMatrix byMatrix:(GLfloat *)anotherGLMatrix
Declared In
CC3GLMatrix.h
orthonormalizeRotationOf:startingWith:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)orthonormalizeRotationOf:(GLfloat *)aGLMatrix startingWith:(CC3GLMatrixOrthonormalizationStart)startVector
Declared In
CC3GLMatrix.h
populate:fromFrustumLeft:andRight:andBottom:andTop:andNear:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near
Declared In
CC3GLMatrix.h
populate:fromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near andFar:(GLfloat)far
Declared In
CC3GLMatrix.h
populate:fromQuaternion:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromQuaternion:(CC3Quaternion)aQuaternion
Declared In
CC3GLMatrix.h
populate:fromRotation:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromRotation:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populate:fromScale:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromScale:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populate:fromTranslation:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix fromTranslation:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populate:toLookAt:withEyeAt:withUp:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix toLookAt:(CC3Vector)targetLocation withEyeAt:(CC3Vector)eyeLocation withUp:(CC3Vector)upDirection
Declared In
CC3GLMatrix.h
populate:toPointTowards:withUp:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populate:(GLfloat *)aGLMatrix toPointTowards:(CC3Vector)fwdDirection withUp:(CC3Vector)upDirection
Declared In
CC3GLMatrix.h
populateIdentity:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populateIdentity:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
populateOrtho:fromFrustumLeft:andRight:andBottom:andTop:andNear:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populateOrtho:(GLfloat *)aGLMatrix fromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near
Declared In
CC3GLMatrix.h
populateOrtho:fromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populateOrtho:(GLfloat *)aGLMatrix fromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near andFar:(GLfloat)far
Declared In
CC3GLMatrix.h
populateZero:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)populateZero:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
rotate:byQuaternion:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotate:(GLfloat *)aGLMatrix byQuaternion:(CC3Quaternion)aQuaternion
Declared In
CC3GLMatrix.h
rotate:byX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotate:(GLfloat *)aGLMatrix byX:(GLfloat)degrees
Declared In
CC3GLMatrix.h
rotate:byY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotate:(GLfloat *)aGLMatrix byY:(GLfloat)degrees
Declared In
CC3GLMatrix.h
rotate:byZ:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotate:(GLfloat *)aGLMatrix byZ:(GLfloat)degrees
Declared In
CC3GLMatrix.h
rotateYXZ:by:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotateYXZ:(GLfloat *)aGLMatrix by:(CC3Vector)aRotation
Declared In
CC3GLMatrix.h
rotateZYX:by:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)rotateZYX:(GLfloat *)aGLMatrix by:(CC3Vector)aRotation
Declared In
CC3GLMatrix.h
scale:by:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)scale:(GLfloat *)aGLMatrix by:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
scale:byX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)scale:(GLfloat *)aGLMatrix byX:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scale:byY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)scale:(GLfloat *)aGLMatrix byY:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scale:byZ:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)scale:(GLfloat *)aGLMatrix byZ:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scale:uniformlyBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)scale:(GLfloat *)aGLMatrix uniformlyBy:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
transform:translateBy:rotateBy:scaleBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)transform:(GLfloat *)aGLMatrix translateBy:(CC3Vector)aTranslation rotateBy:(CC3Vector)aRotation scaleBy:(CC3Vector)aScale
Declared In
CC3GLMatrix.h
transformDirection:withMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)transformDirection:(CC3Vector)aDirection withMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
transformHomogeneousVector:withMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector4)transformHomogeneousVector:(CC3Vector4)aVector withMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
transformLocation:withMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Vector)transformLocation:(CC3Vector)aLocation withMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
transformRay:withMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (CC3Ray)transformRay:(CC3Ray)aRay withMatrix:(GLfloat *)aGLMatrix
Declared In
CC3GLMatrix.h
translate:by:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)translate:(GLfloat *)aGLMatrix by:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
translate:byX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)translate:(GLfloat *)aGLMatrix byX:(GLfloat)distance
Declared In
CC3GLMatrix.h
translate:byY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
+ (void)translate:(GLfloat *)aGLMatrix byY:(GLfloat)distance
Declared In
CC3GLMatrix.h
Instance Methods
extractForwardDirection
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)extractForwardDirection
Declared In
CC3GLMatrix.h
extractQuaternion
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Quaternion)extractQuaternion
Declared In
CC3GLMatrix.h
extractRightDirection
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)extractRightDirection
Declared In
CC3GLMatrix.h
extractRotation
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)extractRotation
Declared In
CC3GLMatrix.h
extractUpDirection
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)extractUpDirection
Declared In
CC3GLMatrix.h
init
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (id)init
Declared In
CC3GLMatrix.h
initFromGLMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (id)initFromGLMatrix:(GLfloat *)aGLMtx
Declared In
CC3GLMatrix.h
initIdentity
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (id)initIdentity
Declared In
CC3GLMatrix.h
initOnGLMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (id)initOnGLMatrix:(GLfloat *)aGLMtx
Declared In
CC3GLMatrix.h
initWithElements:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (id)initWithElements:(GLfloat)e00, ...
Declared In
CC3GLMatrix.h
invert
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (BOOL)invert
Declared In
CC3GLMatrix.h
invertAffine
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (BOOL)invertAffine
Declared In
CC3GLMatrix.h
invertRigid
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)invertRigid
Declared In
CC3GLMatrix.h
leftMultiplyByMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)leftMultiplyByMatrix:(CC3GLMatrixDeprecated *)aMatrix
Declared In
CC3GLMatrix.h
multiplyByMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)multiplyByMatrix:(CC3GLMatrixDeprecated *)aMatrix
Declared In
CC3GLMatrix.h
orthonormalizeRotationStartingWith:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)orthonormalizeRotationStartingWith:(CC3GLMatrixOrthonormalizationStart)startVector
Declared In
CC3GLMatrix.h
populateFrom:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFrom:(CC3GLMatrixDeprecated *)aMtx
Declared In
CC3GLMatrix.h
populateFromFrustumLeft:andRight:andBottom:andTop:andNear:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near
Declared In
CC3GLMatrix.h
populateFromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near andFar:(GLfloat)far
Declared In
CC3GLMatrix.h
populateFromGLMatrix:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromGLMatrix:(GLfloat *)aGLMtx
Declared In
CC3GLMatrix.h
populateFromQuaternion:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromQuaternion:(CC3Quaternion)aQuaternion
Declared In
CC3GLMatrix.h
populateFromRotation:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromRotation:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populateFromScale:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromScale:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populateFromTranslation:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateFromTranslation:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
populateIdentity
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateIdentity
Declared In
CC3GLMatrix.h
populateOrthoFromFrustumLeft:andRight:andBottom:andTop:andNear:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateOrthoFromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near
Declared In
CC3GLMatrix.h
populateOrthoFromFrustumLeft:andRight:andBottom:andTop:andNear:andFar:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateOrthoFromFrustumLeft:(GLfloat)left andRight:(GLfloat)right andBottom:(GLfloat)bottom andTop:(GLfloat)top andNear:(GLfloat)near andFar:(GLfloat)far
Declared In
CC3GLMatrix.h
populateToLookAt:withEyeAt:withUp:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateToLookAt:(CC3Vector)targetLocation withEyeAt:(CC3Vector)eyeLocation withUp:(CC3Vector)upDirection
Declared In
CC3GLMatrix.h
populateToPointTowards:withUp:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateToPointTowards:(CC3Vector)fwdDirection withUp:(CC3Vector)upDirection
Declared In
CC3GLMatrix.h
populateZero
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)populateZero
Declared In
CC3GLMatrix.h
rotateBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)rotateBy:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
rotateByQuaternion:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)rotateByQuaternion:(CC3Quaternion)aQuaternion
Declared In
CC3GLMatrix.h
rotateByX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)rotateByX:(GLfloat)degrees
Declared In
CC3GLMatrix.h
rotateByY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)rotateByY:(GLfloat)degrees
Declared In
CC3GLMatrix.h
rotateByZ:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)rotateByZ:(GLfloat)degrees
Declared In
CC3GLMatrix.h
scaleBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)scaleBy:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
scaleByX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)scaleByX:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scaleByY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)scaleByY:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scaleByZ:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)scaleByZ:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
scaleUniformlyBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)scaleUniformlyBy:(GLfloat)scaleFactor
Declared In
CC3GLMatrix.h
transformDirection:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)transformDirection:(CC3Vector)aDirection
Declared In
CC3GLMatrix.h
transformHomogeneousVector:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector4)transformHomogeneousVector:(CC3Vector4)aVector
Declared In
CC3GLMatrix.h
transformLocation:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Vector)transformLocation:(CC3Vector)aLocation
Declared In
CC3GLMatrix.h
transformRay:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (CC3Ray)transformRay:(CC3Ray)aRay
Declared In
CC3GLMatrix.h
translateBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)translateBy:(CC3Vector)aVector
Declared In
CC3GLMatrix.h
translateBy:rotateBy:scaleBy:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)translateBy:(CC3Vector)translationVector rotateBy:(CC3Vector)rotationVector scaleBy:(CC3Vector)scaleVector
Declared In
CC3GLMatrix.h
translateByX:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)translateByX:(GLfloat)distance
Declared In
CC3GLMatrix.h
translateByY:
@deprecated CC3GLMatrix has been replaced by the CC3Matrix family of classes.
- (void)translateByY:(GLfloat)distance
Declared In
CC3GLMatrix.h