Q3RationalPoint4D_Transform
You can use theQ3RationalPoint4D_Transformfunction to apply a transform to a four-dimensional rational point.
TQ3RationalPoint4D *Q3RationalPoint4D_Transform ( const TQ3RationalPoint4D *point4D, const TQ3Matrix4x4 *matrix4x4, TQ3RationalPoint4D *result);
point4D- A four-dimensional point.
matrix4x4- A 4-by-4 matrix.
result- On exit, the point that is the result of multiplying
point4Dbymatrix4x4.DESCRIPTION
TheQ3RationalPoint4D_Transformfunction returns, as its function result and in theresultparameter, the point that is the result of multiplying the rational pointpoint4Dby the matrix transformmatrix4x4. Note that on entry theresultparameter can be the same as thepoint4Dparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help