Point Operators

The Point type exposes the following members.

Operators
  Name Description
Public operatorStatic member Addition
Add two Points returning the vector sum.
Public operatorStatic member Division
Divide a vector Point by a scalar.
Public operatorStatic member Equality
Compare two Points for equality.
Public operatorStatic member Inequality
Compare two Points for inequality.
Public operatorStatic member Multiply
Multiply a vector Point by a scalar.
Public operatorStatic member Subtraction
Subtract the components of one Point from another.
Public operatorStatic member UnaryNegation
Unary negative of a vector point.
Top
See Also