(fast-children-on) ( point axis children quot -- i )


Vocabulary
ui.gadgets.private

Inputs
pointan object
axisan object
childrenan object
quotan object


Outputs
ian object


Definition


:: (fast-children-on) ( point axis children quot -- i )
children [
[ point ] dip quot ( value -- loc ) call-effect v-
axis vdot 0 <=>
] search drop ; inline