Class createjs.Point
Extends
.
Defined in: point.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Point(x, y)
Represents a point on a two-dimensional coordinate system.
|
Field Attributes | Field Name and Description |
---|---|
The x position of this point.
|
|
The y position of this point.
|
Class Detail
createjs.Point(x, y)
Represents a point on a two-dimensional coordinate system.
- Parameters:
- {number} x
- {number} y
Field Detail
x
The x position of this point.
y
The y position of this point.