Prototypes | Header File(s) | |
RWMathVec<int> |
toInt(const RWMathVec<double>&) |
<rw/math/mathvec.h> |
RWMathVec<int> |
toInt(const RWMathVec<float>&) |
<rw/math/mathvec.h> |
RWGenMat<int> |
toInt(const RWGenMat<double>&) |
<rw/math/genmat.h> |
RWGenMat<int> |
toInt(const RWGenMat<float>&) |
<rw/math/genmat.h> |
RWMathArray<int> |
toInt(const RWMathArray<double>&) |
<rw/math/mtharray.h> |
RWMathArray<int> |
toInt(const RWMathArray<float>&) |
<rw/math/mtharray.h> |
Converts a vector, matrix, or array of floats or doubles into a corresponding vector, matrix, or array of ints. Note that truncation occurs. See also RWConvertMathVec, RWConvertGenMat, and RWConvertMathArray in the Math.h++ Class Reference.