Search:

Type: Posts; User: aboyahia1435

Search: Search took 0.10 seconds.

  1. Re: retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    Thanks andbin
    Well, I have a task to draw shapes beside each other based on Object-Id, these shapes are curves(Bezier Cubic Curve),they get those coordinates by using inkscape software to get...
  2. Re: retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    Well, The points are stored in data-type of MEDIUM-TEXT, these examples of the points (coordinates)
    458.41016 425.70843 427.74316 392.55343 403.93516 370.91243
    399.48516 366.83843 398.54916...
  3. retrieving path coordinates from Mysql database to draw bezier curve on JFrame

    I want to draw bezier cubic curves by retrieving data from MySQL database and then display the shape on JFrame
    I have table has 3 columns (ID, ObjectID, Points)
    Points column has coordinates of...
Results 1 to 3 of 4