Class Index | File Index

Classes


Class GLGE.BezTriple

A bezier class to add points to the Animation Curve
Defined in: glge.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
GLGE.BezTriple(x1, y1, x2, y2, x3, y3)
Class Detail
GLGE.BezTriple(x1, y1, x2, y2, x3, y3)
Parameters:
{number} x1
x-coord of the first control point
{number} y1
y-coord of the first control point
{number} x2
x-coord of the second control point
{number} y2
y-coord of the second control point
{number} x3
x-coord of the third control point
{number} y3
y-coord of the third control point

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 21 2009 20:52:54 GMT-0000 (GMT)