Struct DoublePoint
Namespace: UnityEngine.U2D.SpriteShapeClipperLib
Syntax
public struct DoublePoint
Constructors
DoublePoint(Double, Double)
Declaration
public DoublePoint(double x = 0, double y = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | x | |
| System.Double | y |
DoublePoint(DoublePoint)
Declaration
public DoublePoint(DoublePoint dp)
Parameters
| Type | Name | Description |
|---|---|---|
| DoublePoint | dp |
DoublePoint(IntPoint)
Declaration
public DoublePoint(IntPoint ip)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPoint | ip |
Fields
X
Declaration
public double X
Field Value
| Type | Description |
|---|---|
| System.Double |
Y
Declaration
public double Y
Field Value
| Type | Description |
|---|---|
| System.Double |