kernelkit.rotate_

Contents

kernelkit.rotate_#

kernelkit.rotate_(geom: ProjectionGeometry, roll: float = 0.0, pitch: float = 0.0, yaw: float = 0.0) None#

In-place rotation of a geometry.

Parameters:
geomProjectionGeometry or ProjectionGeometrySequence
rollfloat

Rotation around x-axis

pitchfloat

Rotation around y-axis

yawfloat

Rotation around z-axis