Q3RationalPoint3D_AffineComb
You can use theQ3RationalPoint3D_AffineCombfunction to determine the rational three-dimensional point that is the affine combination of an array of points.
TQ3RationalPoint3D *Q3RationalPoint3D_AffineComb ( const TQ3RationalPoint3D *points3D, const float *weights, unsigned long nPoints, TQ3RationalPoint3D *result);
points3D- A pointer to an array of rational three-dimensional points.
weights- A pointer to an array of weights. The sum of the weights must be 1.0.
nPoints- The number of points in the
points3Darray.result- On exit, the point that is the affine combination of the points in
points3Dhaving the weights in theweightsarray.DESCRIPTION
TheQ3RationalPoint3D_AffineCombfunction returns, as its function result and in theresultparameter, the rational point that is the affine combination of the points in the arraypoints3Dhaving the weights in the arrayweights.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help