gl3n v1.3.1 (2016-01-07T21:01:40Z)
Home
Dub
Repo
Vector.set
gl3n
linalg
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
void
set
(vt x, vt y)
void
set
(vt x, vt y, vt z)
struct
Vector
(type, int dimension_)
@
safe
pure nothrow
static if
(
dimension == 3
)
void
set
(
vt
x
,
vt
y
,
vt
z
)
void
set
(vt x, vt y, vt z, vt w)
Meta
Source
See Implementation
gl3n
linalg
Vector
aliases
a
b
g
length
length_squared
ok
p
q
r
s
t
toString
u
v
vt
w
x
y
z
constructors
this
functions
clear
normalize
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
set
update
properties
as_string
isFinite
magnitude
magnitude_squared
normalized
opDispatch
value_ptr
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
static variables
dimension
templates
coord_to_index
isCompatibleMatrix
isCompatibleVector
variables
e1
e2
e3
e4
vector