Classes |
|
class | BALL::TSphere3< T > |
Generic Sphere Class. More... |
|
Typedefs |
|
typedef TSphere3< float > | BALL::Sphere3 |
Default sphere type. |
typedef TSphere3<float> BALL::Sphere3 |
Default sphere type.
If double precision is not needed, TSphere3<float>
should be used. It is predefined as Sphere3
for convenience.