ext/h3/src/src/h3lib/lib/vec2d.c in h3-3.6.2 vs ext/h3/src/src/h3lib/lib/vec2d.c in h3-3.7.1
- old
+ new
@@ -16,9 +16,10 @@
/** @file vec2d.c
* @brief 2D floating point vector functions.
*/
#include "vec2d.h"
+
#include <math.h>
#include <stdio.h>
/**
* Calculates the magnitude of a 2D cartesian vector.