MCPcopy Create free account
hub / github.com/andrewwillmott/splines-lib / QuatMult

Function QuatMult

RotSplines.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301namespace
302{
303 template <typename... T> inline Quatf QuatMult(const Quatf& q0, const Quatf& q1, T... args)
304 {
305 return QuatMult(QuatMult(q0, q1), args...);
306 }
307
308#ifdef USE_REFERENCE
309 Vec3f RotVelocityRef(const RotSpline3& rs, float t)

Callers 10

HermiteRotSplineRefMethod · 0.70
HermiteRotSplineMethod · 0.70
Rotation1Method · 0.70
RotationMethod · 0.70
RotVelocityRefFunction · 0.70
RotVelocityMethod · 0.70
RotAccelerationMethod · 0.70
RotationShoemakeMethod · 0.70
RotationSQuadMethod · 0.70
SplitShoemakeMethod · 0.70

Calls 2

crossFunction · 0.85
dotFunction · 0.85

Tested by

no test coverage detected