Rd2: Rotation matrix, 2-dimensional

View source: R/Functions.R

Rd2R Documentation

Rotation matrix, 2-dimensional

Description

Given an angle θ whereby θ \in [0, π/2) the function Rd2 returns a 2-dimensional rotation matrix of Euler angles.

Usage

Rd2(theta)

Arguments

theta

Numeric, angle in the interval [0, π/2).

Value

R

A 2-dimensional rotation matrix.

Author(s)

Bernhard Pfaff

See Also

UprodR

Examples

Rd2(pi/3)

gogarch documentation built on April 29, 2022, 5:06 p.m.

Related to Rd2 in gogarch...