Skip to content
Snippets Groups Projects
Commit 23a87793 authored by Henry Weller's avatar Henry Weller
Browse files

septernion: Changed definition of the forward transformation for consistency with spatialTransform

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.
parent b66675ed
Branches
Tags
Showing
with 108 additions and 83 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment