Class Index | File Index

Classes


Class createjs.Point


Extends .

Defined in: point.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents a point on a two-dimensional coordinate system.
Field Summary
Field Attributes Field Name and Description
 
x
The x position of this point.
 
y
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)