文件名称:squat
介绍说明--下载内容均来自于网络,请自行研究使用
Implementation of a simple C++ quaternion class called Squat . Popularized by a seminal paper by Ken Shoemake, a quaternion represents a rotation about an axis. Squats can be concatenated together via the * and *= operators and converted back and forth between transformation matrices. Implementation also includes a wonderful 3D vector macro library by Don Hatch. -Implementation of a simple C++ quaternion class called Squat . Popularized by a seminal paper by Ken Shoemake, a quaternion represents a rotation about an axis. Squats can be concatenated together via the * and *= operators and converted back and forth between transformation matrices. Implementation also includes a wonderful 3D vector macro library by Don Hatch.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SQUAT.H
SQUAT.CPP