NAME

intersect - returns the vector intersection of vec and arr

SYNOPSIS

vec.intersect(arr)

DESCRIPTION

returns the vector intersection of vec and arr

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related