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

Plane Constructor (Single, Single, Single, Single)

Creates a Plane object from the X, Y, and Z components of its normal, and its distance from the origin on that normal.

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

public:
Plane(
	float x, 
	float y, 
	float z, 
	float d
)

Parameters

x
Type: System::Single

The X component of the normal.

y
Type: System::Single

The Y component of the normal.

z
Type: System::Single

The Z component of the normal.

d
Type: System::Single

The distance of the plane along its normal from the origin.

Show:
© 2017 Microsoft