#pragma once #include #include #include #include #include #include #include namespace other{ typedef real T; typedef Vector TV; double p_len(Array& p); double p_len_array(Array& p, const int start, const int stride); double r_len(Array& r); const Ref compute_loft(Array p1, Array p2); const Ref compute_lofts_circ(Array p, const int st, bool align=false) OTHER_EXPORT; const Ref compute_rail(Array r1, Array r2); }