Please Login First
×
Create a new article
Write your page title here:
We currently have 322 articles on Inside. Type your article name above or click on one of the titles below and start writing!



    Inside

    GSDP:GAM100/CProcessing/QUARTER PI

    QUARTER_PI

    Description

    QUARTER_PI is a math constant. It is defined as PI/4.

    Definition

    // Math defines
    #define TWO_PI     6.28318530717958647692f
    #define PI         3.14159265358979323846f
    #define HALF_PI    1.57079632679489661923f
    #define QUARTER_PI 0.785398163397448309616f
    

    Related