Module orientation_vector

Module orientation_vector 

Source

Functions§

free_orientation_vector_components
Free memory of an array of orientation vector components at the given address.
free_orientation_vector_memory
Free memory at the address of the orientation vector pointer. Outer processes that work with OrientationVectors via the FFI interface MUST remember to call this function when finished with a OrientationVector instance
new_orientation_vector
Initialize an orientation vector from raw components and retrieve the C pointer to its address.
orientation_vector_from_quaternion
Converts a quaternion into an orientation vector.
orientation_vector_get_components
Get the components of an orientation vector as a list of C doubles, the order of the components will be (o_x, o_y, o_z, theta).