_FUNC(Math, 2, poseAdd, p1, p2) \
_FUNC(Math, 2, poseSub, p1, p2) \
_FUNC(Math, 3, interpolatePose, p1, p2, alpha) \
_FUNC(Math, 2, poseTrans, pose_from, pose_from_to) \
_FUNC(Math, 2, poseTransInv, pose_from, pose_to_from) \
_FUNC(Math, 1, poseInverse, pose) \
_FUNC(Math, 2, poseDistance, p1, p2) \
_FUNC(Math, 2, poseAngleDistance, p1, p2) \
_FUNC(Math, 3, poseEqual, p1, p2, eps) \
_FUNC(Math, 3, transferRefFrame, F_b_a_old, V_in_a, type) \
_FUNC(Math, 2, poseRotation, pose, rotv) \
_FUNC(Math, 1, rpyToQuaternion, rpy) \
_FUNC(Math, 1, quaternionToRpy, quant) \
_FUNC(Math, 1, tcpOffsetIdentify, poses) \
_FUNC(Math, 2, calibrateCoordinate, poses, type) \
_FUNC(Math, 4, calculateCircleFourthPoint, p1, p2, p3, mode) \
_FUNC(Math, 2, forceTrans, pose_a_in_b, force_in_a) \
_FUNC(Math, 4, getDeltaPoseBySensorDistance, distances, position, radius, track_scale) \
_FUNC(Math, 2, deltaPoseTrans, pose_a_in_b, ft_in_a) \
_FUNC(Math, 2, deltaPoseAdd, pose_a_in_b, v_in_b)