BulletCSharp.LinearMathPINVOKE.btPow C# (CSharp) Method

btPow() private method

private btPow ( float jarg1, float jarg2 ) : float
jarg1 float
jarg2 float
return float
        public static extern float btPow(float jarg1, float jarg2);
LinearMathPINVOKE