#import <CameraAction.h>
Inherits CameraAction.

Public Member Functions | |
| (id) | - initWithDuration:radius:deltaRadius:angleZ:deltaAngleZ:angleX:deltaAngleX: |
| (void) | - sphericalRadius:zenith:azimuth: |
Static Public Member Functions | |
| (id) | + actionWithDuration:radius:deltaRadius:angleZ:deltaAngleZ:angleX:deltaAngleX: |
| + (id) actionWithDuration: | (float) | t | ||
| radius: | (float) | r | ||
| deltaRadius: | (float) | dr | ||
| angleZ: | (float) | z | ||
| deltaAngleZ: | (float) | dz | ||
| angleX: | (float) | x | ||
| deltaAngleX: | (float) | dx | ||
creates an OrbitCamera action with radius, delta-radius, z, deltaZ, x, deltaX
| - (id) initWithDuration: | (float) | t | ||
| radius: | (float) | r | ||
| deltaRadius: | (float) | dr | ||
| angleZ: | (float) | z | ||
| deltaAngleZ: | (float) | dz | ||
| angleX: | (float) | x | ||
| deltaAngleX: | (float) | dx | ||
initializes an OrbitCamera action with radius, delta-radius, z, deltaZ, x, deltaX
| - (void) sphericalRadius: | (float *) | r | ||
| zenith: | (float *) | zenith | ||
| azimuth: | (float *) | azimuth | ||
positions the camera according to spherical coordinates
1.5.8