Click or drag to resize

Plane(Double, Double, Double, Double) Constructor

Constructs a plane with the given A, B, C and D components.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Plane(
	double a,
	double b,
	double c,
	double d
)

Parameters

a  Double
The A component of the plane.
b  Double
The B component of the plane.
c  Double
The C component of the plane.
d  Double
The D component of the plane.
See Also