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