Uses of Class
au.edu.unsw.cse.Quaternion
| Package | Description |
|---|---|
| au.edu.unsw.cse |
-
Uses of Quaternion in au.edu.unsw.cse
Methods in au.edu.unsw.cse that return Quaternion Modifier and Type Method Description QuaternionQuaternion. add(Quaternion x)QuaternionQuaternion. conjugate()static QuaternionQuaternion. fromRotMatrix(Point3d u, Point3d v, Point3d w)construct Quaternion from a rotation matrix expressed as a triple of vectors, each one a row of the matrix.QuaternionQuaternion. inverse()QuaternionQuaternion. multiply(Quaternion x)QuaternionQuaternion. scale(double x)Methods in au.edu.unsw.cse with parameters of type Quaternion Modifier and Type Method Description QuaternionQuaternion. add(Quaternion x)QuaternionQuaternion. multiply(Quaternion x)