MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / transform

Method transform

src/OpenFOAM/primitives/quaternion/quaternionI.H:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296inline Foam::vector Foam::quaternion::transform(const vector& u) const
297{
298 return (mulq0v(u)*conjugate(*this)).v();
299}
300
301
302inline Foam::vector Foam::quaternion::invTransform(const vector& u) const

Callers 7

transformPointMethod · 0.45
operator/=Method · 0.45
invMethod · 0.45
operator/Method · 0.45
operator*Method · 0.45
determineTransformsFunction · 0.45

Calls 2

normalizeFunction · 0.85
vMethod · 0.45

Tested by

no test coverage detected