|  | Sly Engine
    | 
#include <BurstTypeSpherical.h>


| Public Member Functions | |
| BurstTypeSpherical ()=default | |
| BurstTypeSpherical (const BurstTypeSpherical &)=delete | |
| BurstTypeSpherical (BurstTypeSpherical &&)=delete | |
| BurstTypeSpherical & | operator= (const BurstTypeSpherical &)=delete | 
| BurstTypeSpherical & | operator= (BurstTypeSpherical &&)=delete | 
| virtual | ~BurstTypeSpherical ()=default | 
| virtual void | CalculatePosition (Vect &pos, Vect &direction, float speed) override | 
|  Public Member Functions inherited from BurstType | |
| BurstType ()=default | |
| BurstType (const BurstType &otherBurst)=default | |
| BurstType (BurstType &&)=delete | |
| BurstType & | operator= (const BurstType &)=delete | 
| BurstType & | operator= (BurstType &&)=delete | 
| virtual | ~BurstType ()=default | 
| Additional Inherited Members | |
|  Public Types inherited from BurstType | |
| enum | Patterns { Sphere } | 
| 
 | default | 
| 
 | delete | 
| 
 | delete | 
| 
 | virtualdefault | 
| 
 | overridevirtual | 
Reimplemented from BurstType.
| 
 | delete | 
| 
 | delete |