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