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

13 lines
No EOL
183 B
C

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