Click or drag to resize

PointD2DDivision Operator

Divides a point by a scalar.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointD2D operator /(
	PointD2D p,
	double s
)

Parameters

p  PointD2D
The point.
s  Double
The scalar divisor.

Return Value

PointD2D
The scaled point.
See Also