| 219 | } |
| 220 | |
| 221 | int PrincipalAxis::copyValues(PrincipalAxis *another) |
| 222 | { |
| 223 | this->curvature = another->getCurvature(); |
| 224 | this->setAxisDirection( another->getAxisDirection()); |
| 225 | cleanValuesOnAxis(); |
| 226 | return 0; |
| 227 | } |
| 228 | |
| 229 | |
| 230 |
no test coverage detected