Point3D.op_Addition

Point3D Addition operator

Implements the operator +.

public static Point3D operator +(Point3D a, Point3D b)
ParameterTypeDescription
aPoint3Da.
bPoint3DThe b.

Return Value

The result of the operator.

See Also