tida v0.1.1-b3 (2021-09-24T06:50:00Z)
Home
Dub
Repo
max
tida
angle
Maximum angle value.
template
max (
ubyte
Type
) {
static if
(
Type == Radians
)
enum
max
;
static if
(!(
Type == Radians
))
static if
(
Type == Degrees
)
enum
max
;
static if
(!(
Type == Radians
))
static if
(!(
Type == Degrees
))
static if
(
Type == Turns
)
enum
max
;
static if
(!(
Type == Radians
))
static if
(!(
Type == Degrees
))
static if
(!(
Type == Turns
))
static if
(
Type == Gons
)
enum
max
;
}
Members
Manifest constants
max
enum
max
;
Undocumented in source.
max
enum
max
;
Undocumented in source.
max
enum
max
;
Undocumented in source.
max
enum
max
;
Undocumented in source.
Parameters
Type
Type angle.
Examples
auto
maxRad
=
max
!
Radians
;
Meta
Source
See Implementation
tida
angle
aliases
from
perigon
functions
betweenAngle
conv
minimize
pointDirection
rotate
vectorDirection
manifest constants
Degrees
Gons
Radians
Turns
templates
max
rightAngle
straight
Maximum angle value.