0.3.1
|
Data Structures | |
struct | fix16_plane |
Not yet documented. More... | |
Macros | |
#define | FIX16_PLANE_INITIALIZER(nx, ny, nz, dx, dy, dz) |
Not yet documented. | |
Typedefs | |
typedef struct fix16_plane | fix16_plane_t |
Not yet documented. | |
Functions | |
size_t | fix16_plane_str (const fix16_plane_t *plane, char *buffer, int32_t decimals) |
Not yet documented. | |
Description goes here.
struct fix16_plane |
Not yet documented.
Data Fields | ||
---|---|---|
fix16_vec3_t | normal | Not yet documented. |
fix16_vec3_t | d | Not yet documented. |
#define FIX16_PLANE_INITIALIZER | ( | nx, | |
ny, | |||
nz, | |||
dx, | |||
dy, | |||
dz | |||
) |
Not yet documented.
nx | Not yet documented. |
ny | Not yet documented. |
nz | Not yet documented. |
dx | Not yet documented. |
dy | Not yet documented. |
dz | Not yet documented. |
size_t fix16_plane_str | ( | const fix16_plane_t * | plane, |
char * | buffer, | ||
int32_t | decimals | ||
) |
Not yet documented.
plane | Not yet documented. | |
[out] | buffer | Not yet documented. |
decimals | Not yet documunted. |
NUL
character.