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