Point4
Struct
읽는 시간 1분최근 업데이트: 2달 전
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Point4
Constructors
Point4(Point4)
public Point4(Point4 o)
Parameters
Type | Name | Description |
|---|---|---|
| Point4 | 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 |
w
public double w
Returns
Type | Description |
|---|---|
| double |