Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CGLM_USE_DEFAULT_EPSILON and use system's float epsilon as default #170

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2020

  1. remove CGLM_USE_DEFAULT_EPSILON

    * to override float epsilon we just need to define GLM_FLT_EPSILON
    * CGLM_USE_DEFAULT_EPSILON was redundant, also it forces to override system default epsilon which may not be good idea, because not all systems may support smaller epsilon values
    recp committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    ccd3058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9824a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bda762 View commit details
    Browse the repository at this point in the history
  4. Update affine.h

    recp committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    6626d2b View commit details
    Browse the repository at this point in the history