Click or drag to resize

PointD2DMultiply(Double, PointD2D) Operator

Multiplies a scalar by a point.

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

Parameters

s  Double
The scalar factor.
p  PointD2D
The point.

Return Value

PointD2D
The scaled point.
See Also