Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Math.ITrigonometry< T > Interface Template Reference

Provides trigonometry operations. More...


Source file:
Inheritance diagram for Loyc.Math.ITrigonometry< T >:
Loyc.Math.IFloatMath< T > Loyc.Math.MathD Loyc.Math.MathF

Remarks

Provides trigonometry operations.

Public Member Functions

Asin (T a)
 
Acos (T a)
 
Atan (T a)
 
Atan2 (T a, T b)
 
Sin (T a)
 
Cos (T a)
 
Tan (T a)