euler_passive: Euler Rotation Angles

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/euler_passive.R

Description

Given three angles return rotation matrix.

Usage

1
euler_passive(phi, theta, psi)

Arguments

phi

angle with x-axis

theta

angle with y-axis

psi

angle with z-axis

Details

Code borrowed from cpp code in package cda. used in rgl.ellipsoid.

Value

3 by 3 rotation matrix.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>, Baptiste Auguie<baptiste.auguie@gmail.com>

See Also

rgl.ellipsoid

Examples

1
2
3
options(rgl.useNULL = TRUE)
phi=30*pi/180 ; theta= 20*pi/180; psi = 6*pi/180
rr = euler_passive(phi,theta,psi)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.