Click or drag to resize

PlaneD3DZ Property

Gets the z component of the plane's normal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Z {
	get;
 }

Property Value

Double
The z component of the plane's normal.
See Also