v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionRotateOnAxisForever Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionRotateOnAxisForever:
Inheritance graph
[legend]

Instance Methods

(id) - initWithRotationRate:aroundAxis:
 

Class Methods

(id) + actionWithRotationRate:aroundAxis:
 

Detailed Description

CC3ActionRotateOnAxisForever rotates a target CC3Node around a specific axis, at a specific rotation rate per second, without stopping.

Method Documentation

+ (id) actionWithRotationRate: (GLfloat)  degreesPerSecond
aroundAxis: (CC3Vector anAxis 

Allocates and initializes an autoreleased instance to rotate the target node around the specified axis, by the specified rotation amount per second, forever.

- (id) initWithRotationRate: (GLfloat)  degreesPerSecond
aroundAxis: (CC3Vector anAxis 

Initializes this instance to rotate the target node around the specified axis, at the specified rotation rate per second, forever.


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