Plane Constructor (Vector3, Vector3, Vector3)

Creates a new instance of Plane.

Syntax

'Declaration
Public Sub New ( _
         point1 As Vector3, _
         point2 As Vector3, _
         point3 As Vector3 _
)
public Plane (
         Vector3 point1,
         Vector3 point2,
         Vector3 point3
)
public:
Plane(
         Vector3 point1,
         Vector3 point2,
         Vector3 point3
)

Parameters

  • point1
    Type: Vector3
    One point of a triangle defining the Plane.
  • point2
    Type: Vector3
    One point of a triangle defining the Plane.
  • point3
    Type: Vector3
    One point of a triangle defining the Plane.

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