MethodGetBoundingBox* @brief Get bounding box of a shape
* @param shape The shape to measure
* @return Array of [xmin, ymin, zmin, xmax, ymax, zmax]
*/
tests/test_transformations.cpp:47
MethodJyAxes* @brief 通过位姿数组构造坐标轴对象
*
* 该构造函数接收一个6维位姿数组,将其转换为内部的变换矩阵表示。
* 旋转角度从度数转换为弧度,并使用四元数表示旋转。
*
* @param pose 6维位姿数组 [x, y, z, rx, ry, rz],旋转角度单位为度
* @p
src/shapes/jy_axes.cpp:32