euler_to_rotation: Get rotation matrix based on provided pitch, roll and yaw...

View source: R/rotation.R

euler_to_rotationR Documentation

Get rotation matrix based on provided pitch, roll and yaw angles.

Description

Get rotation matrix based on provided pitch, roll and yaw angles.

Usage

euler_to_rotation(pitch, roll, yaw, order = "xyz", units = "degrees")

Arguments

pitch, roll, yaw

euler angles of rotation.

order

order of rotation. only currently takes "xyz"

units

units for angles: degrees or radians.

Value

Rotation matrix.


adamwbolton/rattitude documentation built on May 6, 2022, 6:33 p.m.