PointD2DAddition(PointD2D, PointD2D) Operator |
Adds two points component-wise.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD2D operator +(
PointD2D p1,
PointD2D p2
)
Parameters
- p1 PointD2D
- The first point.
- p2 PointD2D
- The second point.
Return Value
PointD2DThe component-wise sum of the two points.
See Also