Example #1
0
inline Rotation lerp(const Rotation& lhs, const Rotation& rhs, float factor) {
	return lhs.lerp(rhs, factor);
}