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

◆ Plane() [3/4]

Microsoft.Xna.Framework.Plane.Plane ( Vector4 value)
inline

Definition at line 33 of file Plane.cs.

34 {
35 Normal.X = value.X;
36 Normal.Y = value.Y;
37 Normal.Z = value.Z;
38 D = value.W;
39 }

References Microsoft.Xna.Framework.Plane.D, and System.value.