Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Plane()
[1/4]
Microsoft.Xna.Framework.Plane.Plane
(
float
a
,
float
b
,
float
c
,
float
d
)
inline
Definition at line
19
of file
Plane.cs
.
20
{
21
Normal.X = a;
22
Normal.Y = b;
23
Normal.Z = c;
24
D
= d;
25
}
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