sbylib.math.angle

Undocumented in source.

Members

Functions

deg
Angle deg(float d)

Get Angle struct from degree value.

rad
Angle rad(float r)

Get Angle struct from radian value.

Mixins

__anonymous
mixin RadianInputFunction!("sin")
Undocumented in source.
__anonymous
mixin RadianInputFunction!("cos")
Undocumented in source.
__anonymous
mixin RadianInputFunction!("tan")
Undocumented in source.
__anonymous
mixin RadianOutputFunction!("asin")
Undocumented in source.
__anonymous
mixin RadianOutputFunction!("acos")
Undocumented in source.
__anonymous
mixin RadianOutputFunction!("atan")
Undocumented in source.
__anonymous
mixin AngleInputFunction!("abs")
Undocumented in source.

Structs

Angle
struct Angle

This struct is like (Degree | Radian)

Meta