Windows apps
Collapse the table of content
Expand the table of content

Plane::Normalize Method

Creates a new Plane object whose normal vector is the source plane's normal vector normalized.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Plane Normalize(
	Plane value
)

Parameters

value
Type: System.Numerics::Plane

The source plane.

Return Value

Type: System.Numerics::Plane
The normalized plane.
Show:
© 2017 Microsoft