Newer
Older
cg / hw04 / src / Util.h
// Copyright (c) 2021. Pascal Syma <pascal@syma.dev> and Antonio Martinez Casadesus <acasadesus@stud.hs-bremen.de>.
// All rights reserved.

//
// Created by Pascal on 17.05.2021.
//

#ifndef OPENGL_EXAMPLE_UTIL_H
#define OPENGL_EXAMPLE_UTIL_H


class Util {
public:
    static float beta_n( int n);

};


#endif //OPENGL_EXAMPLE_UTIL_H