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.
 

Detailed Description

Description goes here.


Data Structure Documentation

◆ fix16_plane

struct fix16_plane

Not yet documented.

Data Fields
fix16_vec3_t normal Not yet documented.
fix16_vec3_t d Not yet documented.

Macro Definition Documentation

◆ FIX16_PLANE_INITIALIZER

#define FIX16_PLANE_INITIALIZER (   nx,
  ny,
  nz,
  dx,
  dy,
  dz 
)
Value:
{ \
.normal = { \
FIX16(nx), \
FIX16(ny), \
FIX16(nz) \
}, \
.d = { \
FIX16(dx), \
FIX16(dy), \
FIX16(dz) \
} \
}

Not yet documented.

Parameters
nxNot yet documented.
nyNot yet documented.
nzNot yet documented.
dxNot yet documented.
dyNot yet documented.
dzNot yet documented.

Function Documentation

◆ fix16_plane_str()

size_t fix16_plane_str ( const fix16_plane_t plane,
char *  buffer,
int32_t  decimals 
)

Not yet documented.

Parameters
planeNot yet documented.
[out]bufferNot yet documented.
decimalsNot yet documunted.
Returns
The string length, not counting the NUL character.