Parameters
double x
The x coordinate
double y
The y coordinate
Type Point2D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IXmlSerializable, IEquatable<Point2D>, IFormattable
double xThe x coordinate
double yThe y coordinate
Point2D[] pointsa list of points
IEnumerable<Point2D> pointsa list of points
string valueThe string to be converted
IFormatProvider formatProviderThe IFormatProvider
doublea distance measure
Point2D otherThe point to compare against.
double toleranceA tolerance (epsilon) to adjust for floating point error
booltrue if the points are equal; otherwise false
stringThe string representation of this instance.
Matrix<double> mA transform matrix