Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
    • Henry Weller's avatar
      septernion: Changed definition of the forward transformation for consistency with spatialTransform · 6a5d5e90
      Henry Weller authored
      inline Foam::vector Foam::septernion::transformPoint(const vector& v) const
      {
          return r().transform(v - t());
      }
      
      Now there is a 1:1 correspondence between septernion and
      spatialTransform and a septernion constructor from spatialTransform
      provided.
      
      Additionally "septernion::transform" has been renamed
      "septernion::transformPoint" to clarify that it transforms coordinate
      points rather than displacements or other relative vectors.
      6a5d5e90
  2. Apr 12, 2016
  3. Apr 11, 2016
  4. Apr 10, 2016
  5. Apr 08, 2016
  6. Apr 07, 2016
  7. Apr 06, 2016