Angles | Array of body-fixed 313 Euler rotation sequences expressed in the global coordinate system. |
Plane Point Locations | 3x3 matrix providing three non-colinear points described in a plane. The points are expressed in the global coordinate system. |
Axes Names | Character string indicating which axes to mirror. xy, yx, xz, zx, yz, and zy are the only possible values (character case is insignificant). Character order is insignificant; that is, xy is the same as yx. |
Function | ORI_PLANE_MIRROR({marker_1.orientation},{{18,6,0},{18,12,0},{21,6,0}}, "xy") |
Result | 0, 0, 0 |

Function | ORI_PLANE_MIRROR ({marker_1.orientation}, {{18,6,0}, {18,12,0},{21,6,0}}, "yz") |
Result | 180, 180, 0 |
Function | ORI_PLANE_MIRROR({marker_1.orientation},{{18,6,0},{18,12,0},{21,6,0}}, "xz") |
Result | 0, 180, 0 |
Note: | Because complete mirroring would change the right-handedness of the mirrored coordinate system object, only partial mirroring is possible. To perform partial mirroring, you must choose two axes to be mirrored, with the remaining axis pointing in the direction required to maintain a right-handed system. |