dvec ~master (2022-04-05T10:11:46.3637701)
Dub
Repo
Vec.empty
dvec
vector
Vec
Constructs a vector containing all 0's.
struct
Vec
(T, size_t size)
static
Vec
!(
T
,
size
)
empty
(
)
if
(
isNumeric
!
T
&&
size
> 0
)
Return Value
Type:
Vec
!(
T
,
size
)
An vector containing all 0's.
Meta
Source
See Implementation
dvec
vector
Vec
aliases
divide
dotProduct
len
length
magnitude
multiply
normalize
subtract
constructors
this
functions
add
div
dot
mag
mul
norm
opIndex
opIndexAssign
sub
toCartesian
toPolar
toString
static functions
empty
static variables
SIZE
variables
data
Constructs a vector containing all 0's.