Click or drag to resize
Accord.NET (logo)

Plane Constructor (Single, Single, Single)

Creates a new Plane object passing through the Origin.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Plane(
	float a,
	float b,
	float c
)
Request Example View Source

Parameters

a
Type: SystemSingle
The first component of the plane's normal vector.
b
Type: SystemSingle
The second component of the plane's normal vector.
c
Type: SystemSingle
The third component of the plane's normal vector.
See Also