Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DotCoordinate()
[1/2]
void Microsoft.Xna.Framework.Plane.DotCoordinate
(
ref
Vector3
value
,
out float
result
)
inline
Definition at line
250
of file
Plane.cs
.
251
{
252
result = Normal.X * value.X + Normal.Y * value.Y + Normal.Z * value.Z +
D
;
253
}
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