binana/3.3.5a/include/tempest/sphere.h

11 lines
No EOL
144 B
C

#ifndef TEMPEST_SPHERE_H
#define TEMPEST_SPHERE_H
#include "tempest/vector.h"
struct CAaSphere {
C3Vector n;
float d;
};
#endif