Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Negate()
[1/2]
static void Microsoft.Xna.Framework.Vector4.Negate
(
ref
Vector4
value
,
out
Vector4
result
)
inline
static
Definition at line
784
of file
Vector4.cs
.
785
{
786
result.X = 0f -
value
.X;
787
result.Y = 0f -
value
.Y;
788
result.Z = 0f -
value
.Z;
789
result.W = 0f -
value
.W;
790
}
System.ExceptionArgument.value
@ value
References
System.value
.
Microsoft
Xna
Framework
Vector4
Generated by
1.10.0