Click or drag to resize

PlaneNormalize Method (Plane)

Plane normalization - make length of normal be 1

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

Parameters

p
Type: Microsoft.DirectXPlane
Plane to normalize

Return Value

Type: Plane
Result of Plane normalization
See Also