novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Vector2.this
dsfml
system
vector2
Vector2
Construct the vector from its coordinates
this
(T X, T Y)
struct
Vector2
(T)
this
(
T
X
,
T
Y
)
if
(
isNumeric
!(
T
)
)
this
(Vector2!(E) otherVector)
Parameters
X
T
X coordinate.
Y
T
Y coordinate.
Meta
Source
See Implementation
dsfml
system
vector2
Vector2
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
Construct the vector from its coordinates