Re: [eigen] Quaternions

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

 thanks a lot for the report, bug fixed in rev 875697.

and yes there is no bugtracker, so this ML is the right place to report bugs.

gael.

On Sat, Oct 25, 2008 at 10:40 AM, Daniel Stonier <d.stonier@xxxxxxxxx> wrote:
> Hi all,
>
> Is there a bug tracker for eigen? I couldn't find anything, so am
> sending here for the moment, but please let me know if there's an
> alternative spot for notifying the developers of bugs.
>
> Quaternions.h -> line 171.
>
> inline Quaternion normalized() const { Quaternion(m_coeffs.normalized()); }
>
> should be
>
> inline Quaternion normalized() const { return
> Quaternion(m_coeffs.normalized()); }
>
> By the way, first post, so I thought I'd better say - nice library!
> Have tried a few, but all were hobbled or incomplete in some way -
> this one's very clever.
>
> Regards,
> Daniel Stonier.
>
> ---
>
>

---


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/