Parameters
double
x
The x component.
double
y
The y component.
double
z
The z component.
Type Point3D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IXmlSerializable, IEquatable<Point3D>, IFormattable
double
xThe x component.
double
yThe y component.
double
zThe z component.
Point3D[]
pointsa list of points
IEnumerable<Point3D>
pointsa list of points
string
valueThe string to be converted
IFormatProvider
formatProviderThe IFormatProvider
double
a distance measure
Point3D
otherThe point to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
True if the points are equal; otherwise false
string
The string representation of this instance.
Vector<double>
A Math.Net Numerics vector
Matrix<double>
mA transform matrix