Click or drag to resize

PointD2D Operators and Type Conversions

The PointD2D type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(PointD2D, PointD2D) Adds two points component-wise.
Public operatorStatic memberAddition(PointD2D, VectorD2D) Adds a vector to a point component-wise.
Public operatorStatic memberDivision(PointD2D, Double) Divides a point by a scalar.
Public operatorStatic memberEquality(PointD2D, PointD2D) Checks if two points are equal.
Public operatorStatic member(VectorD2D to PointD2D) Converts a VectorD2D to a PointD2D.
Public operatorStatic memberInequality(PointD2D, PointD2D) Checks if two points are not equal.
Public operatorStatic memberMultiply(Double, PointD2D) Multiplies a scalar by a point.
Public operatorStatic memberMultiply(PointD2D, PointD2D) Multiplies two points component-wise.
Public operatorStatic memberMultiply(PointD2D, Double) Multiplies a point by a scalar.
Public operatorStatic memberSubtraction(PointD2D, PointD2D) Subtracts two points component-wise.
Public operatorStatic memberSubtraction(PointD2D, VectorD2D) Subtracts a vector from a point component-wise.
Top
See Also