PointD2DAddition(PointD2D, VectorD2D) Operator |
Adds a vector to a point component-wise.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD2D operator +(
PointD2D p1,
VectorD2D p2
)
Parameters
- p1 PointD2D
- The point.
- p2 VectorD2D
- The vector to add.
Return Value
PointD2DThe translated point.
See Also