Math routines overview

Declared in: API\zmath.h
Included by: zmodeler.h
Uses namespace: zmath

Description

ZModeler supplies some generic math routines, constants and macros to deal with. They include π-related definitions, degreese to radians conversion, square root computation and such.

Most of these routines are wrapped into macros and usage of these functions can be elleminated when ZM_NO_ZMATH macro is defined.

Routines groups:

Definitions and macros
Square root functions and macros
Sign functions and macros
Clamping function template
See Also:
References overview