Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Plane() [2/4]

Microsoft.Xna.Framework.Plane.Plane ( Vector3 normal,
float d )
inline

Definition at line 27 of file Plane.cs.

28 {
29 Normal = normal;
30 D = d;
31 }

References Microsoft.Xna.Framework.Plane.D, and Microsoft.Xna.Framework.Plane.Normal.