dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Vector3.isEmpty
Dgame
Math
Vector3
Vector3
Checks if this vector is empty. This means that his coordinates are 0.
struct
Vector3
(T)
@
nogc
bool
isEmpty
const pure nothrow
(
)
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
Checks if this vector is empty. This means that his coordinates are 0.