Learn R Programming

RFOC (version 3.4-10)

JMAT: Vertical Rotation matrix

Description

Vertical Rotation matrix

Usage

JMAT(phi)

Value

3 by 3 matrix

Arguments

phi

angle, degrees

Author

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

Details

First rotate to plan, then within plane rotate to view angle.

See Also

ROTX, ROTZ, ROTY

Examples

Run this code

phi = 18

MAT = JMAT(phi)

v1 = c(1,1,0)

v2 = MAT 



Run the code above in your browser using DataLab