Files

11 lines
96 B
C
Raw Permalink Normal View History

#include <math.h>
typedef struct {
double x;
double y;
double z;
double w;
} Vector;