NCAR / lrose-HawkEdit

Repository to track HawkEdit development. HawkEdit is part of the LROSE project and is being developed to replace Solo
4 stars 0 forks source link

script - inside/outside function #23

Open leavesntwigs opened 3 years ago

leavesntwigs commented 3 years ago

add inside and outside function/keyword for boundary in user defined functions, e.g. var VEL_NEG = VEL.map(function (num, idx) { if ( inside(BOUNDARY[idx] ) ) return num * -1; else return num; });