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