nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Vector2.opEquals
nudsfml
system
vector2
Vector2
Compare two vectors for equality.
struct
Vector2
(T)
const
bool
opEquals
(
E
)
(
const
Vector2
!(
E
)
otherVector
)
if
(
isNumeric
!(
E
)
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
nudsfml
system
vector2
Vector2
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
Compare two vectors for equality.