Plane Constructor (Vector4)

Creates a new instance of Plane.

Syntax

'Declaration
Public Sub New ( _
         value As Vector4 _
)
public Plane (
         Vector4 value
)
public:
Plane(
         Vector4 value
)

Parameters

  • value
    Type: Vector4
    Vector4 with X, Y, and Z components defining the normal of the Plane. The W component defines the distance of the Plane along the normal from the origin.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone