BRL-CAD
|
Go to the source code of this file.
Functions | |
int | bn_decode_angle (double *ang, const char *str) |
Support routines for the math functions. More... | |
int | bn_decode_mat (mat_t m, const char *str) |
int | bn_decode_quat (quat_t q, const char *str) |
int | bn_decode_vect (vect_t v, const char *str) |
int | bn_decode_hvect (hvect_t v, const char *str) |
void | bn_encode_mat (struct bu_vls *vp, const mat_t m, int clamp) |
void | bn_encode_quat (struct bu_vls *vp, const quat_t q, int clamp) |
void | bn_encode_vect (struct bu_vls *vp, const vect_t v, int clamp) |
void | bn_encode_hvect (struct bu_vls *vp, const hvect_t v, int clamp) |