|
Pico Headers
|
A polygon shape Must use CCW (counter-clockwise) winding. More...
#include <pico_hit.h>

Public Attributes | |
| int | vertex_count |
| Number of vertices in polygon. | |
| pv2 | vertices [PICO_HIT_MAX_POLY_VERTS] |
| Polygon vertices. | |
| pv2 | normals [PICO_HIT_MAX_POLY_VERTS] |
| Polygon edge normals. | |
| pv2 | edges [PICO_HIT_MAX_POLY_VERTS] |
| Edges of polygon. | |
A polygon shape Must use CCW (counter-clockwise) winding.
| int ph_poly_t::vertex_count |
Number of vertices in polygon.
| pv2 ph_poly_t::vertices[PICO_HIT_MAX_POLY_VERTS] |
Polygon vertices.
| pv2 ph_poly_t::normals[PICO_HIT_MAX_POLY_VERTS] |
Polygon edge normals.
| pv2 ph_poly_t::edges[PICO_HIT_MAX_POLY_VERTS] |
Edges of polygon.