Click or drag to resize

Plane Constructor (Double, Double, Double, Double)

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

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

Parameters

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