dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector3.opEquals
Dgame
Math
Vector3
Vector3
Compares two vectors by checking whether the coordinates are equals.
struct
Vector3
(T)
@
nogc
bool
opEquals
const pure nothrow
(
const
Vector3
!(
T
)
vec
)
if
(
isNumeric
!(
T
)
)
Meta
Source
See Implementation
Dgame
Math
Vector3
Vector3
aliases
dot
constructors
this
functions
cross
diff
isEmpty
normalize
opBinary
opEquals
opOpAssign
rotate
scalar
properties
length
variables
x
y
z
Compares two vectors by checking whether the coordinates are equals.