gfx ~master (2022-03-26T21:17:36.9160143)
Dub
Repo
Vec.nan
gfx
math
vec
Vec
A vector with each component set as NaN (not a number)
struct
Vec
(T, size_t N)
static if
(
isFloatingPoint!T
)
enum
nan
=
Vec
!(
T
,
N
)(
T.nan
)
;
Meta
Source
See Source File
gfx
math
vec
Vec
aliases
CompSeq
Component
constructors
this
functions
opApply
opBinary
opBinaryRight
opCast
opDollar
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
opSlice
opUnary
toString
manifest constants
length
nan
properties
array
data
opDispatch
tup
variables
_rep
A vector with each component set as NaN (not a number)