Signature
stock IVecFVec(const IVec[3], Float:FVec[3]){ FVec[0] = float(IVec[0]); FVec[1] = float(IVec[1]); FVec[2] = float(IVec[2]); return 1;}
Description
Converts an integer vector to a floating point vector.
Parameters
- IVec — Input integer vector
- FVec — Output float vector
No return value