Click or drag to resize

Plane Constructor (Vector3, Double)

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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Plane(
	Vector3 normal,
	double distance
)

Parameters

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