Plane Constructor (Vector3, Single)
Creates a new instance of Plane.
Syntax
'Declaration
Public Sub New ( _
normal As Vector3, _
d As Single _
)
public Plane (
Vector3 normal,
float d
)
public:
Plane(
Vector3 normal,
float d
)
Parameters
- normal
Type: Vector3
The normal vector to the Plane. - d
Type: Single
The Plane's distance along its 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