9 Months Ago
Add math.CHSpline (#1294) * Add CHSpline Similar the Lerp and BSpline functions, however it allows you to set the starting and ending tangents. Works with integers and vectors, might work with angles. * Changed tangents t0 and t1 to m0 and m1 Hopefully this makes it less confusing to people that haven't studied this before.