This file contains standard math rotines.
Definition in file psMathUtils.h.
#include <stdio.h>
#include <stdbool.h>
#include <float.h>
#include <math.h>
#include "psVector.h"
#include "psScalar.h"
#include "psPolynomial.h"
Include dependency graph for psMathUtils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psS32 | p_psVectorBinDisect (const psVector *bins, const psScalar *x) |
| Performs a binary disection on a monotonically non-decreasing vector. | |
| psScalar * | p_psVectorInterpolate (psScalar *out, const psVector *domain, const psVector *range, psS32 order, const psScalar *x) |
| Interpolates a series of data points for evaluation at a specific coordinate. | |
| bool | p_psNormalizeVectorRange (psVector *myData, psF64 outLow, psF64 outHigh) |
1.4.4