Inherits from CC3ActionTransformTo : CC3ActionTransformVector : CCActionInterval
Declared in CC3Actions.h

Overview

CC3ActionRotateTo rotates a target CC3Node to a specific orientation.

The rotational travel will be minimized, taking into consideration the cyclical nature of rotation. For exmaple, a rotation from 10 degrees to 350 degrees in any axis should travel -20 degrees, not the +340 degrees that would result from simple subtraction.

Class Methods

actionWithDuration:rotateTo:

Allocates and initializes an autoreleased instance to rotate the target node to the specified rotation, within the specified time duration.

+ (id)actionWithDuration:(CCTime)t rotateTo:(CC3Vector)aRotation

Declared In

CC3Actions.h

Instance Methods

initWithDuration:rotateTo:

Initializes this instance to move the target node to the specified rotation, within the specified time duration.

- (id)initWithDuration:(CCTime)t rotateTo:(CC3Vector)aRotation

Declared In

CC3Actions.h