Point2
Struct
阅读时间1 分钟最后更新于 3 个月前
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Point2
Constructors
Point2(Point2)
public Point2(Point2 o)
Parameters
Type | Name | Description |
|---|---|---|
| Point2 | o |
Fields
x
public double x
Returns
Type | Description |
|---|---|
| double |
y
public double y
Returns
Type | Description |
|---|---|
| double |