dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector3.opEquals
dsfml
system
vector3
Vector3
Compare two vectors for equality.
struct
Vector3
(T)
bool
opEquals
const
(
E
)
(
const
Vector3
!(
E
)
otherVector
)
if
(
isNumeric
!(
E
)
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
dsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
z
Compare two vectors for equality.