TinySpline
0.7.0
Spline Library for a Multitude of Programming Languages
|
#include <tinyspline.h>
Public Attributes | |
tsError | code |
char | message [100] |
Stores an error code (see tsError) with corresponding message.
tsError tsStatus::code |
The error code.
char tsStatus::message[100] |
The corresponding error message (encoded as C string). Memory is allocated on stack so as to be able to provide a meaningful message in the event of memory issues (cf. TS_MALLOC).