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

◆ Atan2() [1/2]

static double IFloatingPoint< double >. System.Double.Atan2 ( double y,
double x )
inlinestatic

Definition at line 603 of file Double.cs.

604 {
605 return Math.Atan2(y, x);
606 }

References System.Math.Atan2().