tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
straight
tida
angle
Returns straight angle.
template
straight (
ubyte
Type
) {
static if
(
Type == Radians
)
enum
straight
;
static if
(!(
Type == Radians
))
static if
(
Type == Degrees
)
enum
straight
;
static if
(!(
Type == Radians
))
static if
(!(
Type == Degrees
))
static if
(
Type == Turns
)
enum
straight
;
static if
(!(
Type == Radians
))
static if
(!(
Type == Degrees
))
static if
(!(
Type == Turns
))
static if
(
Type == Gons
)
enum
straight
;
}
Members
Manifest constants
straight
enum
straight
;
Undocumented in source.
straight
enum
straight
;
Undocumented in source.
straight
enum
straight
;
Undocumented in source.
straight
enum
straight
;
Undocumented in source.
Parameters
Type
Type angle.
Examples
auto
strRad
=
straight
!
Radians
;
Meta
Source
See Implementation
tida
angle
aliases
degToRad
from
perigon
radToDeg
functions
betweenAngle
conv
minimize
pointDirection
rotate
vectorDirection
manifest constants
Degrees
Gons
Radians
Turns
templates
max
rightAngle
straight
Returns straight angle.