gteMIMefuncAdds a vertex data vector to a differential data vector multiplied by a control coefficient | |||||||||
Arguments
Return ValueNone.ExplanationThe vertex data vector otp is added to the product of the differential data vector dfp and the MIMe control coefficient p, and the result is stored back in the vertex data vector otp.p is considered to be a 12-bit integer. This following program fragment illustrates the algorithm that is used: void gteMIMefunc(SVECTOR *otp, SVECTOR *dfp, long n, long p)
The argument format is as follows:
See AlsoSVECTOR |