Q3Param2D_Transform
You can use theQ3Param2D_Transformfunction to apply a transform to a two-dimensional parametric point.
TQ3Param2D *Q3Param2D_Transform ( const TQ3Param2D *param2D, const TQ3Matrix3x3 *matrix3x3, TQ3Param2D *result);
param2D- A two-dimensional parametric point.
matrix3x3- A 3-by-3 matrix.
result- On exit, the point that is the result of multiplying
param2Dbymatrix3x3.DESCRIPTION
TheQ3Param2D_Transformfunction returns, as its function result and in theresultparameter, the parametric point that is the result of multiplying the parametric pointparam2Dby the matrix transformmatrix3x3. Note that on entry theresultparameter can be the same as theparam2Dparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help