Click or drag to resize

PlaneF Constructor (Vector3F, Single)

Constructs a plane with the given normal and the distance along this normal from the origin.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlaneF(
	Vector3F normal,
	float distance
)

Parameters

normal
Type: NeoAxisVector3F
The normal vector of the plane.
distance
Type: SystemSingle
The distance of the plane along its normal from the origin.
See Also