dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Vector2.this
Dgame
Math
Vector2
Vector2
CTor
this
(T x, T y)
struct
Vector2
(T)
@
nogc
pure nothrow
this
(
T
x
,
T
y
)
if
(
isNumeric
!(
T
)
)
this
(U x, U y)
this
(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