mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
11 lines
No EOL
144 B
C
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 |