#import <WDABoundingBox.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithRect:rotation:flipX:flipY: |
| (struct _NSRect) | - rect |
| (void) | - setRect: |
| (float) | - rotation |
| (void) | - setRotation: |
| (BOOL) | - flipX |
| (void) | - setFlipX: |
| (BOOL) | - flipY |
| (void) | - setFlipY: |
Geschützte Attribute | |
| struct _NSRect | mRect |
| float | mRotation |
| BOOL | mFlipX |
| BOOL | mFlipY |
Definiert in Zeile 9 der Datei WDABoundingBox.h.
| - (id) initWithRect: | (struct _NSRect) | fp8 | ||
| rotation: | (float) | fp24 | ||
| flipX: | (BOOL) | fp28 | ||
| flipY: | (BOOL) | fp32 | ||
| - (struct _NSRect) rect |
| - (void) setRect: | (struct _NSRect) | fp8 |
| - (float) rotation |
| - (void) setRotation: | (float) | fp8 |
| - (BOOL) flipX |
| - (void) setFlipX: | (BOOL) | fp8 |
| - (BOOL) flipY |
| - (void) setFlipY: | (BOOL) | fp8 |
Definiert in Zeile 11 der Datei WDABoundingBox.h.
- (float) mRotation [protected] |
Definiert in Zeile 12 der Datei WDABoundingBox.h.
- (BOOL) mFlipX [protected] |
Definiert in Zeile 13 der Datei WDABoundingBox.h.
- (BOOL) mFlipY [protected] |
Definiert in Zeile 14 der Datei WDABoundingBox.h.