Click or drag to resize

MatrixTransform Method (Plane)

Transform Plane by this Matrix

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

Parameters

p
Type: Microsoft.DirectXPlane
Source Plane

Return Value

Type: Plane
Result Plane
See Also