Program Listing for File maths.h

Return to documentation for file (rootex/utility/maths.h)

#pragma once

#include "common/types.h"

Matrix Interpolate(Matrix& left, Matrix& right, float lerpFactor);