Rac. Bezier

Bezier curve with start, end, and two anchor points.

Constructor

new Bezier()

Methods

equals(otherBezier) → {Boolean}

Returns true when all members, except rac, of both beziers are considered equal; otherwise returns false.

When otherBezier is any class other that Rac.Bezier, returns false.

See also:
Parameters:
Name Type Description
otherBezier Rac.Bezier

A Bezier to compare

toString(digitsopt) → {String}

Returns a string representation intended for human consumption.

Parameters:
Name Type Attributes Default Description
digits Number <optional>
null

The number of digits to print after the decimal point, when ommited all digits are printed