Click or drag to resize

Point2 Operators

The Point2 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Point2, Point2)
Interprets two points as a vector each, and adds them.
Public operatorStatic memberAddition(Point2, Vector2)
Gets the translate of a point by a vector.
Public operatorStatic memberDivision
Interpret point as a vector and perform scalar division.
Public operatorStatic memberSubtraction
Gets vector from one point to another.
Top
See Also