Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Cos() [1/2]

static float IFloatingPoint< float >. System.Single.Cos ( float x)
inlinestatic

Definition at line 645 of file Single.cs.

646 {
647 return MathF.Cos(x);
648 }

References System.MathF.Cos().