MCPcopy Create free account
hub / github.com/axmolengine/axmol / isZero

Method isZero

core/math/Vec4.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool Vec4::isZero() const
57{
58 return x == 0.0f && y == 0.0f && z == 0.0f && w == 0.0f;
59}
60
61bool Vec4::isOne() const
62{

Callers 10

addParticlesMethod · 0.45
calculateLayerOffsetMethod · 0.45
updateTransformMethod · 0.45
setDisplayFrameMethod · 0.45
Node.cppFile · 0.45
updateLocalMatMethod · 0.45
rotateMethod · 0.45
updateMethod · 0.45
syncPhysicsTransformMethod · 0.45
syncPhysicsTransformMethod · 0.45

Calls

no outgoing calls

Tested by 1

updateMethod · 0.36