Learn R Programming

RFOC (version 3.4-10)

rotx3: Rotate about the x axis

Description

3x3 Rotation about the x axis

Usage

rotx3(deg)

Value

matrix, 3 by 3

Arguments

deg

angle, degrees

Author

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

Details

returns a 3 by 3 rotation matrix

See Also

roty3, rotz3, ROTX, ROTZ, ROTY

Examples

Run this code

a = 45
rotx3(a)


Run the code above in your browser using DataLab