Parameters
double x
The x component.
double y
The y component.
Type Vector2D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IXmlSerializable, IEquatable<Vector2D>, IFormattable
double xThe x component.
double yThe y component.
string valueThe string to be converted
IFormatProvider formatProviderThe IFormatProvider
doubleThe result of the dot product.
Vector2D otherThe other Vector2D
Angle toleranceThe tolerance for when vectors are said to be parallel
boolTrue if the vectors are parallel within the angle tolerance, false if they are not
Vector2D otherThe other Vector2D
double toleranceThe tolerance for when vectors are said to be parallel
boolTrue if the vector dot product is within the given double tolerance of unity, false if not
Vector2D otherThe other Vector2D
Angle toleranceThe tolerance for when vectors are said to be parallel
boolTrue if the vectors are parallel within the angle tolerance, false if they are not
Vector2D otherThe other Vector2D
double toleranceThe tolerance for when vectors are said to be parallel
boolTrue if the vector dot product is within the given double tolerance of unity, false if not
double da scaling factor
stringThe string representation of this instance.
Matrix<double> mThe matrix to multiply
return double
|
return double
|