binana/profile/3.3.5a-windows/include/tempest/sphere.h

13 lines
No EOL
162 B
C

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