[ Maverik Level 1 functions ]


mav_matrixScaleSet

Summary

Scale the elements of a matrix.


Syntax

MAV_matrix mav_matrixScaleSet(MAV_matrix m, float sc);


Description

This function multiplies the rotation and scaling terms of m by sc. The translation terms are not scaled.


Back to the index page.