gonum.org/v1/gonum@v0.14.0/num/quat/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 quat provides the quaternion numeric type and functions. 6 // 7 // For a good treatment of uses and behaviors of quaternions, see 8 // the interactive videos by Ben Eater and Grant Sanderson here 9 // https://eater.net/quaternions. 10 package quat // imports "gonum.org/v1/gonum/num/quat"