ROTX: X-axis Rotation Matrix

ROTXR Documentation

X-axis Rotation Matrix

Description

Matrix rotation about the X-axis

Usage

ROTX(deg)

Arguments

deg

Angle in degrees

Value

A 4 by 4 matrix for rotation and translation for 3-D transformation

Author(s)

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

References

Rogers and Adams, 1990, Mathematical Elements for Computer Graphics, McGraw-Hill, 611p.

See Also

ROTY, ROTZ

Examples

v = c(1,4,5)
A = ROTX(23)
vp = c(v, 1)  


RFOC documentation built on Sept. 8, 2023, 6:12 p.m.