Plane.Plane Method (Microsoft.Xna.Framework)

Create a Plane that contains the specified point and has the specified Normal vector.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public Plane(
	Vector3 pointOnPlane, 
	Vector3 normal
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

pointOnPlane
Type: Microsoft.Xna.Framework.Vector3
A point the created Plane should contain.
normal
Type: Microsoft.Xna.Framework.Vector3
The normal of the plane.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web