Point Structure
Represent a point in a two-dimensional plane.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[SerializableAttribute]
public struct PointConstructors
| Point | Constructs a new point with the specified coordinates. |
Properties
Methods
| Add | Returns a Point whose coordinates are the sum of the respective coordinates of two other points. |
| Distance | Returns the Euclidean distance between two points. |
| Equals |
Overridden. Returns a value indicating whether this
instance is equal to a specified object.
(Overrides ValueType.Equals(Object)) |
| From | Returns a Point that is the intersection of two lines. |
| Get |
Overridden. Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Manhattan | Returns the "Manhattan distance" between two points. |
| Subtract | Returns a Point whose coordinates are the differences between the respective coordinates of two other points. |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Operators
| Addition( | Returns a Point whose coordinates are the sum of the respective coordinates of two other points. |
| Equality( | Compares two Point structures for equality. |
| Inequality( | Compares two Point structures for inequality. |
| Subtraction( | Returns a Point whose coordinates are the differences between the respective coordinates of two other points. |