Point3DIntAddition(Point3DInt, Point3DInt) Operator |
Adds the coordinates of two points, and returns the result as a new point.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.9.0
Syntaxpublic static Point3DInt operator +(
Point3DInt lhs,
Point3DInt rhs
)
Parameters
- lhs Point3DInt
- The first point.
- rhs Point3DInt
- The second point.
Return Value
Point3DIntThe translated point.
See Also