5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-25 01:03:59 -04:00
ardupilot/libraries/AP_Math/spline5.h

7 lines
69 B
C
Raw Normal View History

#pragma once
void splinterp5(const float x[5], float out[4][4]);