rnd_euler_orth: Generation of random orthogonal rotation matrix

Description Usage Examples

Description

Generation of random orthogonal rotation matrix

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    phi <- runif(1, -pi, pi)
    theta <- runif(1, -pi, pi)
    psi <- runif(1, -pi, pi)
    euler_orth(phi, theta, psi)
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.