Copies another name object to this instance.
name
Curve copy(Curve source) { arcLengthDivisions = source.arcLengthDivisions; return this; }