glimpse-core
2.0.0-alpha.3
common
glimpse-core
/
graphics.glimpse.types
/
Angle
/
div
div
operator
fun
div
(
number
:
T
)
:
Angle
<
T
>
Divides this angle by the specified
number
.
operator
fun
div
(
other
:
Angle
<
T
>
)
:
T
Divides this angle by the
other
angle.