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

Plane Constructor (Vector4)

Creates a Plane object from a specified four-dimensional vector.

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

public:
Plane(
	Vector4 value
)

Parameters

value
Type: System.Numerics::Vector4

A vector whose first three elements describe the normal vector, and whose Vector4::W defines the distance along that normal from the origin.

Show:
© 2017 Microsoft