Point
Assembly: uMod.Common.dll
Inheritance Object Point
Summary
Represents a point in 2D space
Constructors
Name | Summary |
|---|---|
Point () | Create empty point object |
Create point object |
Fields
Name | Summary |
|---|---|
X | |
Y |
Methods
Name | Summary |
|---|---|
Equals ( | Determine equality of specified object to Point |
GetHashCode () | Get Point HashCode |
ToString () | Get string representation of Point |
Static Properties
Name | Summary |
|---|---|
Empty | Generic empty Point |
Static Methods
Name | Summary |
|---|---|
Gets distance between two points | |
Try to parse a string as point |