#include "fabricate/vector.h" vector_t::vector_t( float x_p, float y_p, float z_p ) { x = x_p; y = y_p; z = z_p; }