locan.utils.rotationΒΆ

Rotation

This module provides helper classes to represent vector rotation.

The class definitions follow the interface of class:scipy.spatial.transform.Rotation.

Classes

Rotation2D(angle_in_radians, rotation_matrix)

Rotation in 2 dimensions.

Rotation3D

Rotation in 3 dimensions.