libSBML C++ API
5.20.4
|
Implementation of the CSGRotation class. More...
Implementation of the CSGRotation class.
CSGRotation_t* CSGRotation_clone | ( | const CSGRotation_t * | csgr | ) |
CSGRotation_t* CSGRotation_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void CSGRotation_free | ( | CSGRotation_t * | csgr | ) |
double CSGRotation_getRotateAngleInRadians | ( | const CSGRotation_t * | csgr | ) |
double CSGRotation_getRotateX | ( | const CSGRotation_t * | csgr | ) |
double CSGRotation_getRotateY | ( | const CSGRotation_t * | csgr | ) |
double CSGRotation_getRotateZ | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_hasRequiredAttributes | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_isSetRotateAngleInRadians | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_isSetRotateX | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_isSetRotateY | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_isSetRotateZ | ( | const CSGRotation_t * | csgr | ) |
int CSGRotation_setRotateAngleInRadians | ( | CSGRotation_t * | csgr, |
double | rotateAngleInRadians | ||
) |
int CSGRotation_setRotateX | ( | CSGRotation_t * | csgr, |
double | rotateX | ||
) |
int CSGRotation_setRotateY | ( | CSGRotation_t * | csgr, |
double | rotateY | ||
) |
int CSGRotation_setRotateZ | ( | CSGRotation_t * | csgr, |
double | rotateZ | ||
) |
int CSGRotation_unsetRotateAngleInRadians | ( | CSGRotation_t * | csgr | ) |
int CSGRotation_unsetRotateX | ( | CSGRotation_t * | csgr | ) |
int CSGRotation_unsetRotateY | ( | CSGRotation_t * | csgr | ) |
int CSGRotation_unsetRotateZ | ( | CSGRotation_t * | csgr | ) |