C# Class Afterglow.Math.Test_Functions

Show file Open project: Christof/afterglow

Private Methods

Method Description
Abs ( float abs, float value ) : void
Acos ( float acos, float angle ) : void
Asin ( float acos, float angle ) : void
Atan ( float atan, float angle ) : void
CoTan ( float coTan, float angle ) : void
Cos ( float cos, float angle ) : void
Pow ( float result, float baseValue, float exponent ) : void
Sin ( float sin, float angle ) : void
Sqrt ( float squareRoot, float value ) : void
Tan ( float tan, float angle ) : void