| 210 | |
| 211 | template<class TrackingData> |
| 212 | inline void Foam::pointEdgePoint::transform |
| 213 | ( |
| 214 | const tensor& rotTensor, |
| 215 | TrackingData& td |
| 216 | ) |
| 217 | { |
| 218 | origin_ = Foam::transform(rotTensor, origin_); |
| 219 | } |
| 220 | |
| 221 | |
| 222 | // Update absolute geometric quantities. Note that distance (distSqr_) |
no test coverage detected