Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Cos()
[1/2]
static
Half
IFloatingPoint
<
Half
>. System.Half.Cos
(
Half
x
)
inline
static
Definition at line
818
of file
Half.cs
.
819
{
820
return
(
Half
)MathF.Cos((
float
)x);
821
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Cos()
.
System
Half
Generated by
1.10.0