search

goog.math.Bezier

Provided By

Object representing a cubic bezier curve.

new Bezier( x0, y0, x1, y1, x2, y2, x3, y3 )

Parameters
x0number

X coordinate of the start point.

y0number

Y coordinate of the start point.

x1number

X coordinate of the first control point.

y1number

Y coordinate of the first control point.

x2number

X coordinate of the second control point.

y2number

Y coordinate of the second control point.

x3number

X coordinate of the end point.

y3number

Y coordinate of the end point.

Instance Methods

Instance Properties

Static Properties