Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: PointD operator+(PointD, PointD)

  • Declared in: RT.Coordinates.PointD

Declaration

public static PointD operator+(
    PointD p1,
    PointD p2
)

Summary

Adds two points (treating them as vectors).