Share

DocumentUnitsPoint2d Operators

The DocumentUnitsPoint2d type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Translate point by vector. Returns a point that is equivalent to the result of translating the point by the vector.
Public operatorStatic memberSubtraction(DocumentUnitsPoint2d, DocumentUnitsPoint2d)
Get translate vector between two points This operator returns a vector which is equivalent to the translation that takes pointA to pointB.
Public operatorStatic memberSubtraction(DocumentUnitsPoint2d, DocumentUnitsVector)
Translate point by -vector. Returns a point that is equivalent to the result of translating the point by the -vector.

See Also

Reference

Was this information helpful?