23.12.2013, 16:47
You want to use this.
floatsqroot(dx*dx + dy*dy + dz*dz)
or
floatsqroot(floatpower(dx, 2) + floatpower(dy, 2) + floatpower(dz, 2))
floatsqroot(dx*dx + dy*dy + dz*dz)
or
floatsqroot(floatpower(dx, 2) + floatpower(dy, 2) + floatpower(dz, 2))