Point3
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 Point3
Constructors
Point3(Point3)
Parameterspublic Point3(Point3 o)
Type | Name | Description |
|---|---|---|
| Point3 | o |
Fields
x
Returnspublic double x
Type | Description |
|---|---|
| double |
y
Returnspublic double y
Type | Description |
|---|---|
| double |
z
Returnspublic double z
Type | Description |
|---|---|
| double |