Carbon


identityMatrixType

Header: ImageCompression.h

enum {
    identityMatrixType = 0,
    translateMatrixType = 1,
    scaleMatrixType = 2,
    scaleTranslateMatrixType = 3,
    linearMatrixType = 4,
    linearTranslateMatrixType = 5,
    perspectiveMatrixType = 6
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)