tida v0.1.1-b3 (2021-09-24T06:50:00Z)
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
from
perigon
functions
betweenAngle
conv
minimize
pointDirection
rotate
vectorDirection
manifest constants
Degrees
Gons
Radians
Turns
templates
max
rightAngle
straight
Returns straight angle.