Learn R Programming

RFOC (version 3.4-6)

JMAT: Vertical Rotation matrix

Description

Vertical Rotation matrix

Usage

JMAT(phi)

Arguments

phi

angle, degrees

Value

3 by 3 matrix

Details

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

See Also

ROTX, ROTZ, ROTY

Examples

Run this code
# NOT RUN {
phi = 18

MAT = JMAT(phi)

v1 = c(1,1,0)

v2 = MAT 
# }
# NOT RUN {
<!-- %*% v1  -->
# }
# NOT RUN {


# }

Run the code above in your browser using DataLab