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

Method lengthSquared

core/math/Vec4.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183float Vec4::lengthSquared() const
184{
185 return (x * x + y * y + z * z + w * w);
186}
187
188void Vec4::normalize()
189{

Callers 10

updateMethod · 0.80
createBillboardHelperMethod · 0.80
onTouchesMovedMethod · 0.80
onTouchesMovedMethod · 0.80
getRotationToMethod · 0.80
perpendicularMethod · 0.80
updatePUAffectorMethod · 0.80
updateTrailMethod · 0.80
intersectsMethod · 0.80
mergeMethod · 0.80

Calls

no outgoing calls

Tested by 2

onTouchesMovedMethod · 0.64
onTouchesMovedMethod · 0.64