Click or drag to resize

Plane(Plane) Constructor

Initializes a new instance of the Plane struct.

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

Parameters

p  Plane
Initial value for all components of the Plane.
See Also