dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Vector2.this
Dgame
Math
Vector2
Vector2
CTor
this
(T x, T y)
this
(U x, U y)
this
(U[2] pos)
struct
Vector2
(T)
pure nothrow
this
(
U
)
(
U
[2]
pos
)
if
(
isNumeric
!
U
)
if
(
isNumeric
!
T
)
this
(Vector2!U vec)
Meta
Source
See Implementation
Dgame
Math
Vector2
Vector2
aliases
dot
constructors
this
functions
angle
asArray
diff
isEmpty
move
negate
normalize
opBinary
opEquals
opNeg
opOpAssign
scalar
set
properties
length
variables
x
y
CTor