Go to the source code of this file.
|
EXTERNC void | rasterize_slice (unsigned char *acc_img, Plm_image_header *pih, size_t num_vertices, const float *x_in, const float *y_in, const float *z_in) |
|
bool | point_in_polygon (const float *x_in, const float *y_in, size_t num_vertices, float x_test, float y_test) |
|
◆ point_in_polygon()
bool point_in_polygon |
( |
const float * | x_in, |
|
|
const float * | y_in, |
|
|
size_t | num_vertices, |
|
|
float | x_test, |
|
|
float | y_test ) |
◆ rasterize_slice()
EXTERNC void rasterize_slice |
( |
unsigned char * | acc_img, |
|
|
Plm_image_header * | pih, |
|
|
size_t | num_vertices, |
|
|
const float * | x_in, |
|
|
const float * | y_in, |
|
|
const float * | z_in ) |