Point 2D Structure
Represents a point in 2D space.
Definition
Namespace: Numerics.NET.Spatial
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public readonly struct Point2D : IEquatable<Point2D>- Implements
- IEquatable<Point2D>
Constructors
| Point2D | Initializes a new instance of the Point2D struct. |
Properties
Methods
| Equals( |
Determines whether the specified object is equal to the current instance.
(Overrides ValueType.Equals(Object)) |
| Equals( | Determines whether the specified Point2D is equal to the current instance. |
| Get |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString |
Returns a string representation of this point.
(Overrides ValueType.ToString()) |