Home
last modified time | relevance | path

Searched refs:dzz (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java477 double dzz = Double.parseDouble(s1ps[2]) - Double.parseDouble(s2ps[2]); in buildRSVolume() local
478 float sz = (float) Math.hypot(dzx,Math.hypot(dzy,dzz)); in buildRSVolume()
601 double dzz = Double.parseDouble(s1ps[2]) - Double.parseDouble(s2ps[2]); in buildRSVolume2() local
602 float sz = (float) Math.hypot(dzx,Math.hypot(dzy,dzz)); in buildRSVolume2()