Class Index | File Index

Classes


Class createjs.WebGLRenderer.Vector


Defined in: webgl_renderer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
createjs.WebGLRenderer.Vector(context, program, key, x, y)
An inner class that encapsulates a point used by this renderer.
Method Summary
Method Attributes Method Name and Description
 
bindContext(context)
Binds this point to the specified context.
 
set(x, y)
Changes this point.
Class Detail
createjs.WebGLRenderer.Vector(context, program, key, x, y)
An inner class that encapsulates a point used by this renderer. This renderer uses a uniform vector (x, y) to represent a point.
Parameters:
{createjs.WebGLRenderer.Context} context
{WebGLProgram} program
{string} key
{number} x
{number} y
Method Detail
bindContext(context)
Binds this point to the specified context.
Parameters:
{createjs.WebGLRenderer.Context} context

set(x, y)
Changes this point.
Parameters:
{number} x
{number} y

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