HPetersItemRotateUtils.h
350 Bytes
//
//  HPetersItemRotateUtils.h
//  HalloweenSpaceInvaders
//
//  Created by Katarzyna Kalinowska-Górska on 13/09/2019.
//
#ifndef HPetersItemRotateUtils_h
#define HPetersItemRotateUtils_h
class RotateUtils {
public:
    static void nextPosition(float* output, float r,float x0,float y0,float dphi);
    
};
#endif /* HPetersItemRotateUtils_h */
