clone method
Returns a new Euler with the same parameters as this one.
Implementation
Euler clone() {
return Euler(_x, _y, _z, _order);
}
Returns a new Euler with the same parameters as this one.
Euler clone() {
return Euler(_x, _y, _z, _order);
}