Skip to content
Snippets Groups Projects
Verified Commit aa9024eb authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add docstring for Quaternion

parent 8c799f1f
No related branches found
No related tags found
1 merge request!33Orientations example
......@@ -29,6 +29,11 @@ struct Track
t::Float64
end
"""
A simple quaternion derived from a `FieldVector` of StaticArrays, no more, no less.
"""
struct Quaternion{T} <: FieldVector{4, T}
q0::T
qx::T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment