JuliaSpace / ReferenceFrameRotations.jl

A toolbox to represent 3D rotations of coordinate frames for Julia language.
MIT License
59 stars 13 forks source link

Remove `eye` in favor of `I` #5

Closed ronisbr closed 6 years ago

ronisbr commented 6 years ago

eye was deprecated in Julia v0.7 and removed in Julia v1.0. We should change the way we are creating identities (DCM and Quaternion) to match the new format in Julia.