#
| source:
src/drawable/Bezier.js, line 12
Bezier curve with start, end, and two anchor points.
Methods
equals(otherBezier) → {Boolean}
#
| source:
src/drawable/Bezier.js, line 59
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 |
toString(digitsopt) → {String}
#
| source:
src/drawable/Bezier.js, line 33
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 |