rotx3 {RFOC}R Documentation

Rotate about the x axis

Description

3x3 Rotation about the x axis

Usage

rotx3(deg)

Arguments

deg

angle, degrees

Details

returns a 3 by 3 rotation matrix

Value

matrix, 3 by 3

Author(s)

Jonathan M. Lees <jonathan.lees@unc.edu>

See Also

roty3, rotz3, ROTX, ROTZ, ROTY

Examples


a = 45
rotx3(a)



[Package RFOC version 3.4-10 Index]