Satsuma
a delicious .NET graph library
|
An immutable point whose coordinates are double
.
More...
Public Member Functions | |
double | Distance (PointD other) |
Returns the Euclidean distance from another point. More... | |
bool | Equals (PointD other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
PointD (double x, double y) | |
string | ToString (IFormatProvider provider) |
override string | ToString () |
Static Public Member Functions | |
static PointD | Add (PointD a, PointD b) |
Added for CLS compliancy. More... | |
static | operator PointF (PointD self) |
static bool | operator!= (PointD a, PointD b) |
static PointD | operator+ (PointD a, PointD b) |
Returns the vector sum of two points. More... | |
static bool | operator== (PointD a, PointD b) |
static PointF | ToPointF (PointD self) |
Added for CLS compliancy. More... | |
Properties | |
double | X [get, set] |
double | Y [get, set] |
double Satsuma.Drawing.PointD.Distance | ( | PointD | other | ) |
|
explicitstatic |
|
static |
string Satsuma.Drawing.PointD.ToString | ( | IFormatProvider | provider | ) |