Program Listing for File fmath.h

Return to documentation for file (src\fmath.h)

#pragma once
#include <corecrt_math_defines.h>

namespace prism {
    namespace math {

        float degToRad(float degrees);

    } // namespace math
} // namespace prism