Point3
Struct
읽는 시간 1분최근 업데이트: 8달 전
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Point3
Constructors
Point3(Point3)
public Point3(Point3 o)
Parameters
Type | Name | Description |
|---|---|---|
| Point3 | o |
Fields
x
public double x
Returns
Type | Description |
|---|---|
| double |
y
public double y
Returns
Type | Description |
|---|---|
| double |
z
public double z
Returns
Type | Description |
|---|---|
| double |