Click or drag to resize

PlaneD3D Constructor

Initializes a new instance of the PlaneD3D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PlaneD3D(
	double x,
	double y,
	double z,
	double distance
)

Parameters

x  Double
The x component of the plane's normal.
y  Double
The y component of the plane's normal.
z  Double
The z component of the plane's normal.
distance  Double
The distance from the plane to the origin (0,0,0).
See Also