dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector2.this
Dgame
Math
Vector2
Vector2
CTor
this
(
T
x
,
T
y
)
struct
Vector2
(T)
@
nogc
this
pure nothrow
(
T
x
,
T
y
)
if
(
isNumeric
!(
T
)
)
this
(
U
x
,
U
y
)
this
(
const
Vector2
!(
U
)
vec
)
Meta
Source
See Implementation
Dgame
Math
Vector2
Vector2
aliases
dot
constructors
this
functions
angle
diff
isEmpty
normalize
opBinary
opEquals
opNeg
opOpAssign
scalar
properties
length
variables
x
y
CTor