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

Plane::Transform Method (Plane, Matrix4x4)

Transforms a normalized plane by a 4x4 matrix.

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

public:
static Plane Transform(
	Plane plane, 
	Matrix4x4 matrix
)

Parameters

plane
Type: System.Numerics::Plane

The normalized plane to transform.

matrix
Type: System.Numerics::Matrix4x4

The transformation matrix to apply to plane.

Return Value

Type: System.Numerics::Plane
The transformed plane.

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

Show:
© 2017 Microsoft