Click or drag to resize

PlaneF(Single, Single, Single, Single) 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 PlaneF(
	float a,
	float b,
	float c,
	float d
)

Parameters

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