math.loopnum

Undocumented in source.

Members

Aliases

LoopNum
alias LoopNum(T, T max) = LoopNum!(T, 0, max)

Inclusing min and exclusive max. Effectively max will equal min, min & max will be the joining number in the loop, 360deg = 0deg, LoopNum(int,360)(360)==LoopNum(int,360)(0).

Structs

LoopNum
struct LoopNum(T, T min, T max)
Undocumented in source.

Meta