ok so i found a method on that site which is
java.util.Vector intersection(java.util.Vec
tor v1, java.util.Vector v2, boolean sorted)
Returns the intersection of two vector.
on this website
http://joggplayer.webarts.bc.ca/html/docs/api/kiwi/util/VectorUtils.htmlhow do i call the intersection function... i keep getting undefined...what do i have to do?
Start Free Trial