deepfold.utils.rigid_utilsΒΆ
Functions
|
|
|
|
|
|
|
|
|
|
|
Multiply a quaternion by another quaternion. |
|
Multiply a quaternion by a pure-vector quaternion. |
|
Converts a quaternion to a rotation matrix. |
|
Performs matrix multiplication of two rotation matrix tensors. |
|
|
|
Applies a rotation to a vector. |
Classes
|
A class representing a rigid transformation. Little more than a wrapper around two objects: a Rotation object and a [*, 3] translation Designed to behave approximately like a single torch tensor with the shape of the shared batch dimensions of its component parts. |
|
A 3D rotation. |