Click or drag to resize
Accord.NET (logo)

Plane Constructor (Vector3, Single)

Initializes a new instance of the Plane class.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Plane(
	Vector3 normal,
	float offset
)
Request Example View Source

Parameters

normal
Type: Accord.MathVector3
The plane's normal vector.
offset
Type: SystemSingle
The distance from the plane to the origin.
See Also