Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DotCoordinate()
[2/2]
float Microsoft.Xna.Framework.Plane.DotCoordinate
(
Vector3
value
)
inline
Definition at line
245
of file
Plane.cs
.
246
{
247
return
Normal.X * value.X + Normal.Y * value.Y + Normal.Z * value.Z +
D
;
248
}
Microsoft.Xna.Framework.Plane.D
float D
Definition
Plane.cs:17
References
Microsoft.Xna.Framework.Plane.D
.
Microsoft
Xna
Framework
Plane
Generated by
1.10.0