descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Vector.e
des
math
linear
vector
Vector
Unit length of the vector
only: if( is( typeof( this / len ) == typeof(this) ) )
struct
Vector
(size_t N, T, alias string AS = "")
pure const @
property
static if
(
is(typeof(dot(selftype.init, selftype.init)))
)
static if
(
is(typeof(this / len) == typeof(this))
)
auto
e
(
)
if
(
isCompatibleArrayAccessStrings
(
N
,
AS
,
VVASES
,
VVASVS
) ||
AS.length
== 0
)
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
access_string
datatype
selftype
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
rebase
postblits
this(this)
properties
e
len
len2
length
opDispatch
variables
data
dims
isDynamic
isStatic
Unit length of the vector
only: if( is( typeof( this / len ) == typeof(this) ) )