User guide (TODO)

Library

Projective transformations

Preprocessing

Reference

public Rotateparametric type

Rotate(γ)
Rotate(γs)

Rotate 2D spatial data counter-clockwise by angle γ around the center. If you pass in a vector of angles, one will be randomly selected.

Examples

tfm = Rotate(10)
tfm = Rotate(-10:10)