Files
modeling-app/rust/kcl-lib/std/turns.kcl

7 lines
114 B
Plaintext
Raw Normal View History

@no_std
export ZERO = 0
export QUARTER_TURN = 90deg
export HALF_TURN = 180deg
export THREE_QUARTER_TURN = 270deg