Documentation

angleGo to source

An angle describing a rotation.

Typst supports the following angular units:

Example

#rotate(10deg)[Hello there!]

Definitions
Question mark

radGo to source

Converts this angle to radians.

self.rad() → float

degGo to source

Converts this angle to degrees.

self.deg() → float