H A D | spatial_range.js | 75 var range = {start: [-20, 0, 6.4], end: [16, 25, 8.7]}; property in range 80 range = {start: [-17, 0, 8.8], end: [16, 25, 8.8]}; property in range 86 range = {start: [-17, 0, null], end: [16, 25, null]}; property in range 92 range = {start: [-17, 0, null], end: [16, 25, 8.8]}; property in range 98 range = {start: [-17, 0, 8.8], end: [16, 25, null]}; property in range 107 range = {start property in range 112 range = {start: [3, 0, -7, 5], end:[10, 21, -7, 20]}; global() property in range 118 range = {start: [3, null, -2, 4], end: [10, null, -2, 20]}; global() property in range 124 range = {start: [3, null, -2, 4], end: [10, 15, -2, 20]}; global() property in range 130 range = {start: [3, 20, -2, 4], end: [10, null, -2, 20]}; global() property in range [all...] |