Click or drag to resize

PlaneF Constructor (Single, Single, Single, Single)

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlaneF(
	float a,
	float b,
	float c,
	float d
)

Parameters

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