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
)
inline
static
Definition at line
603
of file
Double.cs
.
604
{
605
return
Math.Atan2(y, x);
606
}
References
System.Math.Atan2()
.
System
Double
Generated by
1.10.0