conv

Translate one system of angles into another.

@safe nothrow pure
float
conv
(
ubyte What
ubyte In
)
(
float value
)

Parameters

What

What to translate.

In

What to translate.

value float

Value.

Examples

from(Degrees,Radians)(45);

Meta