An open API service indexing awesome lists of open source software.

https://github.com/juliaspace/referenceframerotations.jl

A toolbox to represent 3D rotations of coordinate frames for Julia language.
https://github.com/juliaspace/referenceframerotations.jl

3d-rotation dcm direction-cosine-matrices euler-angles julia quaternion reference-frame

Last synced: about 2 months ago
JSON representation

A toolbox to represent 3D rotations of coordinate frames for Julia language.

Awesome Lists containing this project

README

        

# ReferenceFrameRotations

[![Build status](https://github.com/JuliaSpace/ReferenceFrameRotations.jl/workflows/CI/badge.svg)](https://github.com/JuliaSpace/ReferenceFrameRotations.jl/actions)
[![codecov](https://codecov.io/gh/JuliaSpace/ReferenceFrameRotations.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaSpace/ReferenceFrameRotations.jl)
[![docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)][docs-stable-url]
[![docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)][docs-dev-url]
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![DOI](https://zenodo.org/badge/21912776.svg)](https://zenodo.org/doi/10.5281/zenodo.11244782)

This module contains functions related to the representation of 3D rotations of
reference frames. It is used on a daily basis on projects at the [Brazilian
National Institute for Space Research (INPE)](http://www.inpe.br).

## Installation

This package can be installed using:

```julia-repl
julia> Pkg.update()
julia> Pkg.add("ReferenceFrameRotations")
```

## Usage

See the [package documentation][docs-stable-url].

[docs-dev-url]: https://juliaspace.github.io/ReferenceFrameRotations.jl/dev
[docs-stable-url]: https://juliaspace.github.io/ReferenceFrameRotations.jl/stable