PointD3DAddition(PointD3D, VectorD3D) 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 PointD3D operator +(
PointD3D a,
VectorD3D b
)
Parameters
- a PointD3D
- The point.
- b VectorD3D
- The vector to add.
Return Value
PointD3DThe translated point.
See Also