38 #ifndef AMINO_SCENE_DYN_H
39 #define AMINO_SCENE_DYN_H
58 const double inertia[9] );
signed long aa_rx_frame_id
Type for frame indices.
Opaque type for a scene_graph.
AA_API const double * aa_rx_sg_frame_get_inertia(struct aa_rx_sg *scenegraph, aa_rx_frame_id frame)
Get the frame inertia tensor.
#define AA_API
calling and name mangling convention for functions
AA_API double aa_rx_sg_frame_get_mass(struct aa_rx_sg *scenegraph, aa_rx_frame_id frame)
Get the frame mass.
AA_API void aa_rx_sg_frame_set_inertial(struct aa_rx_sg *scenegraph, const char *frame, double mass, const double inertia[9])
Set the frame inertial parameters.