Particle_Simulator/Cpp_Stuff/include/hal.hpp

3 lines
116 B
C++
Raw Permalink Normal View History

2024-11-23 21:59:28 -05:00
#include "vector"
std::vector<float> hal_vector_f32_cross_multiply(std::vector<float> & a, std::vector<float> & b);