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

Plane Constructor (Vector3, Single)

Creates a Plane object from a specified normal and the distance along the normal from the origin.

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

public:
Plane(
	Vector3 normal, 
	float d
)

Parameters

normal
Type: System.Numerics::Vector3

The plane's normal vector.

d
Type: System::Single

The plane's distance from the origin along its normal vector.

Show:
© 2017 Microsoft