![]() |
Adobe Photoshop SDK |
|
Matrix Math Suite CallbacksThe Matrix Math Suite provides callbacks to perform matrix math operations on 3x3 matrices. More...
Detailed DescriptionThe Matrix Math Suite provides callbacks to perform matrix math operations on 3x3 matrices.
Accessing the Suite #define kPSMatrixMathSuite "9cfaa249-e6f1-11d2-b8eb-0060b0c1f95d"
#define kPSMatrixMathSuiteVersion 1
PSMatrixMathProcs *sPSMatrixMath; error = sSPBasic->AcquireSuite(kPSMatrixMathSuite, kPSMatrixMathSuiteVersion, &sPSErrors); if (error) goto . . . //handle error Define Documentation
Unique identifier for the Matrix Math suite.
Current version of the Matrix Math Suite.
|