| 30 | } |
| 31 | |
| 32 | XYZ GetTk(const XYZ& qk_1, const XYZ& qk, const XYZ& qk1, const XYZ& qk2) |
| 33 | { |
| 34 | double ak = Getak(qk_1, qk, qk1, qk2); |
| 35 | return ((1 - ak) * qk + ak * qk1).Normalize(); |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | double LNLib::Interpolation::GetTotalChordLength(const std::vector<XYZ>& throughPoints) |
no test coverage detected