Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

angle自始可用Go to source

An angle describing a rotation.

Typst supports the following angular units:

Example

#rotate(10deg)[Hello there!]

定义
Question mark

rad0.7.0起可用Go to source

Converts this angle to radians.

self.rad() → float

deg0.7.0起可用Go to source

Converts this angle to degrees.

self.deg() → float