~ubuntu-branches/ubuntu/trusty/travis/trusty-proposed

« back to all changes in this revision

Viewing changes to src/xvector3.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-09-08 01:51:53 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130908015153-saxjfrgt5pz22k6p
Tags: 130907-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
float Dihedral(const CxVector3 &vec1, const CxVector3 &vec2, const CxVector3 &norm, bool absolute);
234
234
 
 
235
float Dihedral2(const CxVector3 &vec1, const CxVector3 &vec2, const CxVector3 &norm, bool absolute);
 
236
 
235
237
 
236
238
inline void Swap(CxVector3 &vec1, CxVector3 &vec2)
237
239
{