The IntPoint type exposes the following members.

Methods

  NameDescription
DistanceTo
Calculate Euclidean distance between two points.
EuclideanNorm
Calculate Euclidean norm of the vector comprised of the point's coordinates - distance from (0, 0) in other words.
ToString
Get string representation of the class.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
AdditionOverloaded.
Division
Division operator - divides coordinates of the specified point by scalar value.
Implicit
Implicit conversion to DoublePoint.
Multiply
Multiplication operator - multiplies coordinates of the specified point by scalar value.
SubtractionOverloaded.

See Also