Common
A library of common classes.
Maths Member List

This is the complete list of members for Maths, including all inherited members.

Clamp01(double t)Mathsstatic
CumSum(IList< double > values)Mathsstatic
CumSum(IList< double > values, List< double > result)Mathsstatic
CumSum(IList< float > values)Mathsstatic
CumSum(IList< float > values, List< double > result)Mathsstatic
Lerp(double a, double b, double t)Mathsstatic
LerpUnclamped(double a, double b, double t)Mathsstatic
MaxIndex(IList< float > values)Mathsstatic
MaxIndex(IList< double > values)Mathsstatic
MaxIndex(IList< int > values)Mathsstatic
MinIndex(IList< float > values)Mathsstatic
MinIndex(IList< double > values)Mathsstatic
MinIndex(IList< int > values)Mathsstatic
Softmax(IList< double > values)Mathsstatic
Softmax(IList< float > values)Mathsstatic