Click or drag to resize

PlaneD3DX Property

Gets the x 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 X {
	get;
 }

Property Value

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