gonum.org/v1/gonum@v0.14.0/num/dualquat/doc.go (about) 1 // Copyright ©2018 The Gonum Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // Package dualquat provides the dual quaternion numeric type and functions. 6 // 7 // Dual quaternions provide a system for rigid transformation with interpolation 8 // and blending in ℝ³. See https://www.cs.utah.edu/~ladislav/kavan06dual/kavan06dual.pdf and 9 // https://en.wikipedia.org/wiki/Dual_quaternion for more details. 10 package dualquat // imports "gonum.org/v1/gonum/num/dualquat" 11 12 // TODO(kortschak): Handle special cases properly. 13 // - Pow