Plane::Transform Method (Plane, Quaternion)

Transforms a normalized plane by a Quaternion rotation.

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

public:
static Plane Transform(
	Plane plane, 
	Quaternion rotation
)

Parameters

plane
Type: System.Numerics::Plane

The normalized plane to transform.

rotation
Type: System.Numerics::Quaternion

The Quaternion rotation to apply to the plane.

Return Value

Type: System.Numerics::Plane
A new plane that results from applying the Quaternion rotation.

plane must already be normalized so that its Normal vector is of unit length before this method is called.

Show: