~ubuntu-branches/ubuntu/natty/rss-glx/natty

« back to all changes in this revision

Viewing changes to reallyslick/include/rsMath/rsQuat.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-01 05:30:24 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20090501053024-eo6umwjsksox3uaf
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                                                                                        // to second using float from 0.0
53
53
                                                                                        // to 1.0
54
54
 
 
55
        rsVec apply(const rsVec &pi);
 
56
 
55
57
        float & operator [] (int i) {return q[i];}
56
58
        const float & operator [] (int i) const {return q[i];}
57
59
};