pixi.geom.Point
- type
- class
- metadata
- :native
- "PIXI.Point"
Constructor
- parameters
x {Float} position of the point on the x axis
y {Float} position of the point on the y axis
Instance Methods
- returns
- {Point} a copy of the point
- parameters
[x=0] {Float} position of the point on the x axis
[y=0] {Float} position of the point on the y axis