Struct cwipc_tileinfo
Defined in File api.h
Struct Documentation
-
struct cwipc_tileinfo
Information on a tile.
Information on tiles with a certain tile number, a vector of length 1 indicating which way the tile is pointing. Tiles that face in no particular direction have length 0. The structure also has information on how many cameras contribute to this tile, and for single-camera tiles a pointer to a unique ID of the camera (static string).
Public Members
-
struct cwipc_vector normal
Vector indicating the direction the tile is facing, often camera position
-
char *cameraName
Identifier of the camera (static string) or NULL
-
uint8_t ncamera
Number of physical cameras that contribute to this tile
-
uint8_t cameraMask
Bit mask for this tile
-
struct cwipc_vector normal