Module data

Module data 

Source
Expand description

Includes data structures and functions for parsing and storing data from a C3D file.

Structs§

MarkerPoint
MarkerPoint contains both the points and residuals for a marker. The residuals are the average distance between the marker and the reconstructed point. Cameras is a bitfield of which cameras saw the marker.

Enums§

DataFormat
DataFormat is the format of the data in the file. Floating point data is larger than integer data, but the loss of precision in integer data may be acceptable for some applications.