| 123 | } |
| 124 | |
| 125 | int |
| 126 | CrdTransf::getLocalAxes(Vector &xAxis, Vector &yAxis, Vector &zAxis) |
| 127 | { |
| 128 | xAxis.Zero(); |
| 129 | yAxis.Zero(); |
| 130 | zAxis.Zero(); |
| 131 | |
| 132 | return 0; |
| 133 | } |
| 134 | |
| 135 | int |
| 136 | CrdTransf::getRigidOffsets(Vector &offsets) |
no test coverage detected