|
Oolite
|
import "Entity.h"
Include dependency graph for OOBreakPatternEntity.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | OOBreakPatternEntity |
| category | Entity(OOBreakPatternEntity) |
Macros | |
| #define | BREAK_PATTERN_RING_SPACING 50.0 |
| #define | BREAK_PATTERN_RING_SPEED 200.0 |
Enumerations | |
| enum | { kOOBreakPatternMaxSides = 128 , kOOBreakPatternMaxVertices = (kOOBreakPatternMaxSides + 1) * 2 } |
| #define BREAK_PATTERN_RING_SPACING 50.0 |
Definition at line 40 of file OOBreakPatternEntity.h.
| #define BREAK_PATTERN_RING_SPEED 200.0 |
Definition at line 41 of file OOBreakPatternEntity.h.
| anonymous enum |
| Enumerator | |
|---|---|
| kOOBreakPatternMaxSides | |
| kOOBreakPatternMaxVertices | |
Definition at line 33 of file OOBreakPatternEntity.h.