View source: R/semantics-angles.R
semantics_angles | R Documentation |
Angle semantics are created using 'semantics_angles' functions. As there are a lot of conventions, we have both an interface to define your own as well as using ones contributed by the community, such as 'semantics_angles_unity' for the Unity game engine.
semantics_angles(intrinsic = NULL, extrinsic = NULL, hand = NULL)
intrinsic, extrinsic |
The intrinsic or extrinsic rotations specified in order. This can either be a three-letter string like '"ypr"' or a three-element character vector like 'c("yaw", "pitch", "roll")'. |
hand |
'left' or 'right' specifying the handedness of the positive angle |
semantics_angles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.