Home
last modified time | relevance | path

Searched defs:SSphere (Results 1 – 1 of 1) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/
H A DSphere.h13 struct SSphere { struct
14 SSphere() : in SSphere() function
17 SSphere(const double rad) : in SSphere() function
24 bool HorizonCulling(const vector3d &view, const SSphere &obj) const; argument