#ifndef _INSIDE_H_ #define _INSIDE_H_ #ifdef __cplusplus extern "C" { #endif #include #include #include "nvtypes.h" NV_INT32 inside (NV_FLOAT64 *ax, NV_FLOAT64 *ay, NV_INT32 count, NV_FLOAT64 x, NV_FLOAT64 y); #ifdef __cplusplus } #endif #endif