Click or drag to resize

PointD3DPointD2DWithoutZ Property

Gets a 2D point with X and Y the same as this point, but without the z-component.

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

Property Value

PointD2D
2D point with X and Y the same as this point, but without the z-component.
See Also