Methods
equals(otherBezier) → {boolean}
#
| source:
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:
Parameters:
Name | Type | Description |
---|---|---|
otherBezier |
Rac.Bezier
|
A |
toString(digitsopt) → {string}
#
| source:
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 |