Click or drag to resize

Plane Constructor (Plane)

Initializes a new instance of the Plane struct.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Plane(
	Plane p
)

Parameters

p
Type: Microsoft.DirectXPlane
Initial value for all components of the Plane.
See Also