copy method
dynamic
copy(
- dynamic source
Implementation
copy(source) {
arcLengthDivisions = source.arcLengthDivisions;
return this;
}
copy(source) {
arcLengthDivisions = source.arcLengthDivisions;
return this;
}