Prototypes | Header File(s) | |
RWMathVec<SChar> |
toChar(const RWMathVec<int>&) |
<rw/math/mathvec.h> |
RWGenMat<SChar> |
toChar(const RWGenMat<int>&) |
<rw/math/genmat.h> |
RWMathArray<SChar> |
toChar(const RWMathArray<int>&) |
<rw/math/mtharray.h> |
Converts a vector, matrix, or array of ints into a corresponding vector, matrix, or array of signed chars. Note that this is a narrowing operation; high order bits are removed. See also RWConvertMathVec, RWConvertGenMat, and RWConvertMathArray in the Math.h++ Class Reference.