descore ~master (2021-11-17T13:34:47.5426292)
Dub
Repo
Vector.e
des
math
linear
vector
Vector
normalized vector
only: if( is( typeof( this / len ) == typeof(this) ) )
struct
Vector
(size_t N, T)
pure const @
property
static if
(
is(typeof(dot(selftype.init, selftype.init)))
)
static if
(
is(typeof(this / len) == typeof(this))
)
auto
e
(
)
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
datatype
selftype
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
rebase
manifest constants
AccessString
mixins
__anonymous
postblits
this(this)
properties
e
len
len2
length
static functions
fill
fillOne
templates
isCompatible
variables
data
dims
isDynamic
isStatic
normalized vector
only: if( is( typeof( this / len ) == typeof(this) ) )