Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
trig.h File Reference

Go to the source code of this file.

Functions

Real Sin (Real)
 
Real Cos (Real)
 
Real Tan (Real)
 
Real ACos (Real)
 
Real ASin (Real x)
 

Function Documentation

◆ ACos()

Real ACos ( Real x)

Definition at line 1667 of file Trig.cpp.

◆ ASin()

Real ASin ( Real x)

Definition at line 1676 of file Trig.cpp.

◆ Cos()

Real Cos ( Real x)

Definition at line 1649 of file Trig.cpp.

◆ Sin()

Real Sin ( Real x)

Definition at line 1640 of file Trig.cpp.

◆ Tan()

Real Tan ( Real x)

Definition at line 1658 of file Trig.cpp.