logm: Computes the Logarithm of a 3D Rotation Matrix.

View source: R/internal_rotation_logm.R

logmR Documentation

Computes the Logarithm of a 3D Rotation Matrix.

Description

Computes the Logarithm of a 3D Rotation Matrix.

Usage

logm(rotation_matrix)

Arguments

rotation_matrix

A 3-by-3 rotation matrix.

Value

A 3-by-3 skew-symmetric matrix representing the logarithm of the specified rotation matrix.


nprotreg documentation built on Sept. 28, 2023, 9:06 a.m.