gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Vector.this
gfm
math
vector
Vector
Construct a Vector from a value.
this
(X x_, Y y_)
this
(X x_, Y y_, Z z_)
this
(Vector!(X, 2) xy_, Y z_)
this
(X x_, Vector!(Y, 2) yz_)
this
(X x_, Y y_, Z z_, W w_)
this
(Vector!(X, 2) xy_, Vector!(Y, 2) zw_)
this
(Vector!(X, 2) xy_, Y z_, Z w_)
this
(Vector!(X, 3) xyz_, Y w_)
this
(X x_, Vector!(X, 3) yzw_)
this
(U x)
struct
Vector
(T, int N)
nothrow @
nogc
pure nothrow
this
(
U
)
(
U
x
)
Meta
Source
See Implementation
gfm
math
vector
Vector
constructors
this
functions
distanceTo
getOrthogonalVector
length
normalize
normalized
opAssign
opBinary
opBinaryRight
opCast
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opUnary
ptr
squaredDistanceTo
squaredLength
toString
properties
opDispatch
unions
__anonymous
Construct a Vector from a value.