Point2
Struct
Read time 1 minuteLast updated 19 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Point2
Constructors
Point2(Point2)
Parameterspublic Point2(Point2 o)
Type | Name | Description |
|---|---|---|
| Point2 | o |
Fields
x
Returnspublic double x
Type | Description |
|---|---|
| double |
y
Returnspublic double y
Type | Description |
|---|---|
| double |