[ Maverik Level 1 functions ]
mav_matrixScaleSet
Summary
Scale the elements of a matrix.
Syntax
MAV_matrix mav_matrixScaleSet(MAV_matrix m, float sc);
- MAV_matrix m
Matrix to scale.
- float sc
Scale factor.
Description
This function multiplies the rotation and scaling terms of m by sc. The
translation terms are not scaled.
Back to the index page.