[ Maverik Level 1 functions ]


mav_viewParamsInterpolate

Summary

Interpolates a set of view parameters.


Syntax

MAV_viewParams mav_viewParamsInterpolate(MAV_viewParams st, MAV_viewParams fi, float val);


Description

This function intepolates between st and fi, returning the result.


Back to the index page.