PointD2DMultiply(Double, PointD2D) Operator |
Multiplies a scalar by a point.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD2D operator *(
double s,
PointD2D p
)
Parameters
- s Double
- The scalar factor.
- p PointD2D
- The point.
Return Value
PointD2DThe scaled point.
See Also