CC3RotateTo Class Reference

CC3RotateTo is a CCActionInterval that rotates a target CC3Node to a specific orientation. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3RotateTo:
CC3TransformTo

List of all members.


Detailed Description

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.


Member Function Documentation

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

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

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

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


The documentation for this class was generated from the following file: