descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Vector.rebase
des
math
linear
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
auto
rebase
(I x, J y)
auto
rebase
(I x, J y, K z)
struct
Vector
(size_t N, T, alias string AS = "")
pure const
static if
(
N == 3
)
auto
rebase
(
I
J
K
)
(
in
I
x
,
in
J
y
,
in
K
z
)
if
(
isCompatibleVector
!(3,
T
,
I
) &&
isCompatibleVector
!(3,
T
,
J
)
&&
isCompatibleVector
!(3,
T
,
K
)
)
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