Tells whether this sprite is visible.
()
| 79 | * Tells whether this sprite is visible. |
| 80 | */ |
| 81 | public final boolean isVisible() |
| 82 | { |
| 83 | return this.frame != 0; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Computes direction from one point to another. |
no outgoing calls
no test coverage detected