vector

  1. peacemaker

    B4J Code Snippet b4jVectEdit: CAD-interface development

    Hi, All It's my idea to create the interface of CAD software template version that can create the vector objects drag objects over the work area move the area click the objects, pins zooming the objects by the mouse wheel: by re-calculation of each object It's just my first try to create the...
  2. GGSoft

    B4J Question How to cast to java.util.Vector

    I am working with a .jar external library and I need to send a java.util.Vector data to one of its methods. How can I cast that type of data or convert a B4X array or a B4X list to a vector? The library's documentation says: public void setNoteList(java.util.Vector newNoteList) Replaces the...
  3. J

    OpenGL vector map library - running on Android, iOS

    I'm trying to develop a cross platform (ios/android) navigation app which requires maps, polylines, markers, (preferably , but not essentially offline routing), so far nothing is quite as flexible as I want it to be and obviously I need to stay away from google services. I've been playing with...
Top