Struct Point3
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
Syntax
[Serializable]
public struct Point3
Constructors
Point3(Point3)
Declaration
public Point3(Point3 o)
Parameters
Type | Name | Description |
---|---|---|
Point3 | o |
Fields
x
Declaration
public double x
Field Value
Type | Description |
---|---|
double |
y
Declaration
public double y
Field Value
Type | Description |
---|---|
double |
z
Declaration
public double z
Field Value
Type | Description |
---|---|
double |