Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DotNormal()
[2/2]
float Microsoft.Xna.Framework.Plane.DotNormal
(
Vector3
value
)
inline
Definition at line
255
of file
Plane.cs
.
256
{
257
return
Normal.X * value.X + Normal.Y * value.Y + Normal.Z *
value
.Z;
258
}
System.ExceptionArgument.value
@ value
References
System.value
.
Microsoft
Xna
Framework
Plane
Generated by
1.10.0