The IntPoint type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| 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.
| |
| Subtraction | Overloaded. |