0.3.1
|
Files | |
file | mic3d.h |
Data Structures | |
struct | clipping |
Not yet documented. More... | |
Typedefs | |
typedef enum clip_bitmap | clip_bitmap_t |
Not yet documented. | |
typedef enum clip_flags | clip_flags_t |
Not yet documented. | |
typedef struct clipping | clipping_t |
Not yet documented. | |
Enumerations | |
enum | clip_bitmap |
Not yet documented. More... | |
enum | clip_flags |
Not yet documented. More... | |
Functions | |
void | clipping_calculate (const int16_vec2_t *screen_points, clipping_t *clipping) |
Given 4 screen_points , calculate the clipping flags. | |
struct clipping |
Not yet documented.
Data Fields | ||
---|---|---|
clip_flags_t | flags[4] | Not yet documented. |
clip_flags_t | and_flags | Not yet documented. |
clip_flags_t | or_flags | Not yet documented. |
enum clip_bitmap |
enum clip_flags |
Not yet documented.
void clipping_calculate | ( | const int16_vec2_t * | screen_points, |
clipping_t * | clipping | ||
) |
Given 4 screen_points
, calculate the clipping
flags.
[in] | screen_points | |
[out] | clipping |