Point¶
Summary¶
Represents an x- and y-coordinate pair in two-dimensional space.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
Equals | Determines whether the specified object is equal to the current object. |
GetHashCode | Returns the hash code for this instance. |
Properties¶
Name | Description |
---|---|
X { get; } | Gets or sets the x-coordinate of this Point. |
Y { get; } | Gets or sets the y-coordinate of this Point. |
Last update: January 27, 2023