-2
votes
1answer
34 views

Calculating the Perimeter of a Polygon [closed]

I have a list of coordinates (points) consisting of a Double X and Double Y for each. How can I determine the perimeter (border) of these points so I can turn them into a Polygon? I have tried the ...
-2
votes
1answer
53 views

Drawing a polygon based on clicks

I am trying to write a program that allows the user to draw a polygon by drawing a line every time they click within the frame. On the first click, a small square should be drawn. Every click ...
0
votes
0answers
31 views

Polygon String to jts Geometry

Can some one suggest me how to convert a polygon string to jts Geometry, without parsing the string? POLYGON((-86.82373046875 39.6923828125,-85.1318359375 39.8681640625,-85.32958984375 ...
1
vote
0answers
24 views

LWJGL Textures On Object - Java

I'm having trouble drawing a texture on a Rectangle Polygon. Here is my current code. texture.bind(); GL11.glBegin(GL11.GL_QUADS); GL11.glColor3d(255, 255, 255); //Top ...
1
vote
3answers
48 views

Filling polygon and moving it, but its leaving a trail

Alright, so I've been trying to move my polygon so it bounces around the screen. Right now it does so but leave a trail the entire way. I have a GUI class, extended by an Aquarium class, which fills ...
0
votes
2answers
95 views

Test point inside a polygon

I'm trying to test if a point is insde a polygon o not, and looking in SO. i found some codes that does it, but I tried, and I don't know what I'm doing wrong... I got to Vectors to save x and y ...
0
votes
2answers
166 views

Test of Point inside polygon in Android

The other day I did a class in Java to calculate if a point(X,Y) is inside a polygon. (X and Y are double, because will be geo-coordinates). I kwow that Java has the class Polygon, but I had to use ...
0
votes
1answer
105 views

Using Affine Transform to rotate polygon

I'm currently trying to rotate a polygon using the Affine Transform class. Using the rotate method, the polygon's graphical representation updates, but the bounding box of the polygon doesn't update. ...
1
vote
3answers
130 views

Transferring Code from two machines [closed]

So I am working on a code for a Java related project with a partner, but when he sent me his code, nothing was working right. I am broadening this question to all things related to transferring code ...
-1
votes
1answer
87 views

Using swing java to make program [closed]

I'm making a program that makes polygons. So if I click my left mouse a vertex should be made, and then if i click my left mouse at a different part of the frame, a new vertex is made and a line ...
4
votes
1answer
55 views

How do you rotate a polygon?

I'm attempting to rotate a polygon around a fixed axis using the rotate method in Graphics2d. However, after each rotation, the bounding box coordinates of the polygon don't seem to be updating--only ...
0
votes
0answers
58 views

Android OpenGL ES 1 - Polygon Edge

I am drawing a an arrow in using opengl es 1.0. I drew the arrow using a rectangle as the shaft and a pyramid as the tip. When the arrow is rotating from certain angles the shaft can be seen through ...
0
votes
0answers
74 views

Draw and Fill polygons effeciently

So I came across an efficiency issue in my program. I have done quite a large amount of optimization, but I am still coming across a fundamental problem. Besides optimizing edge-merging, I have come ...
1
vote
1answer
73 views

Polygons with Double Coordinates

I have some questions about Polygons with points of Double type... What I have to do, is given points, "mount" the polygon, and then, test if 1 concrete point is inside the polygon or not. so I ...
0
votes
0answers
53 views

Robot -clipping polygon

IN JAVA: i have to draw a polygon using mouse clicks and then make a selection over a polygon(ie clipping window) to clip the part outside of the clipping window i used robot to do that and save that ...
1
vote
2answers
324 views

drawPolygon keeps drawing lines from starting (mousePressed) location to current (mouseDragged) location

So, I'm trying to dynamically draw a Polygon starting from when I click the mouse until I stop dragging and release. Instead of, for the purpose of this question, a square outline being drawn when I ...
0
votes
1answer
52 views

Getting the correct polygon to show in image

really need your help now I have some detection results. and i wish to show this result on this un-rotated image(please ignore the blue boxes) My logic for my algorithm is as follows Given ...
1
vote
1answer
140 views

Algorithm to make a polygon from transparent png sprite

Say, I have a sprite of a game object which is a png image with transparency. I want to create a polygon from this image which will contain my game object. I am pretty sure there is an existing ...
2
votes
1answer
186 views

Circle and Polygon Collision with Libgdx

Is there a way in Libgdx to verify a collision between a Polygon and a Circle? I saw the Intersector class but only found collision test for Circle and Rectangle. What about any other Polygon? If I ...
0
votes
3answers
135 views

Parameterized Constructor for Polygon

I am creating a brick breaker game for school using ArrayLists, abstraction, and polymorphism. I have created an abstract class DrawableBrick that includes a draw method. I have already successfully ...
2
votes
3answers
911 views

about drawing a Polygon in java

hi there i'm trying to improve myself about java2D and first of all i'm dealing with drawing polygons. However, i can not see the polygon on frame. I read some tutorials and examples but as i said i ...
1
vote
3answers
83 views

ArrayIndexOutOfBoundsException error while drawing a polygon

hi there i'm having a trouble while i'm trying to draw a polygon. first of all, when i try to draw a polygon with using addPoint(int x, int y) method and giving coordinates one by one there is no ...
0
votes
4answers
182 views

How to make an existing polygon move in java?

Hey dudes and dudettes. High-school Comp Sci student reporting in. Right now we're doing some work with plotting and polygons, and one of the challenges is to make it move across the screen in a ...
0
votes
0answers
39 views

Polygon edge blurring

Is it possible to blur or perform other operations that consist of running a mask/kernel over only the edges of a given polygon within an image? I have given this quiet a lot of thought, however am ...
0
votes
1answer
243 views

Removing BufferedImage pixel values and or setting them transparent

I have been working with the polygon class and trying to set the pixel values inside of the polygon to transparent or remove them all together if this is possible, however I have hit a bit of a wall ...
1
vote
1answer
64 views

Rendering polygons with a VBO seems to lose some vertices

I'm trying to render a set of polygons, i have a set of points and im not doing any triangularization. If i render my VBO with GL_LINE_LOOP mode, the lines went whit the right vertices, but when i ...
0
votes
1answer
114 views

Adding Polygon points from Line2D values

I have a small block of code that is reading Line2D values from an array called lineList (in a different class) and storing them in the new array called list. from here I have been trying to convert ...
0
votes
1answer
97 views

Polygon inside polygon in libgdx and box2d

I'm new in libgdx and box2d and I would like to know if there's an easy way to put a polygon randomly inside the bounds of another polygon. EDIT I want something like this: Where the black ...
2
votes
2answers
111 views

Match point to polygons in a big polygon list

I have a big list of polygons (say size 250,000) and a big list of points (say size 100,000). What I need to do is to find to which polygon(s) does each of these points belong. The polygons are ...
2
votes
1answer
139 views

Reduced size of polygons in the paint method implementation

I've made a program in JAVA applets. The program draw a polygon A with 4 randomly generated points then it draws another polygon with 4 randomly generated point B. After this it compares each points ...
0
votes
1answer
420 views

Applet, drawpolygon in place of String special characters

I have not been learning Java for too long so forgive me, but I've been asked to make an applet and one of its basic functions is to allow a user to enter into a text box and for the applet to display ...
0
votes
0answers
50 views

Polygon in JDBC PreparedStatement

i need to create a prepared statement for selecting ways in a polygon "SELECT w.id from ways w WHERE w.poly && (polygon ?)" i'm setting the parameter ps.setString(1, "((" + (tl.x - xLen) + ...
4
votes
2answers
131 views

Generate vertices for a polygon

I'm trying to make a useful/generic 2D polygon class for an OpenGL ES renderer. When I create a polygon, I give it several parameters: Polygon(Vector3 centerpoint, int numVertices, float inPolySize) ...
-4
votes
1answer
261 views

Calculating centroid of an arbitrary polygon in Java [closed]

public Point getCentroid() { return null; } I'm supposed to write a method that returns the centroid of a polygon. I read over the formula on Wikipedia, but it's still confusing. How do I ...
0
votes
1answer
152 views

How to enlarge/move polygon in Java?

So I have the following code: import java.awt.*; public class Triangle extends Point { protected int size; private int p1x, p2x, p3x, p1y, p2y, p3y; //Create a new triangle public ...
-2
votes
1answer
79 views

Why does java.awt.Polygon only work with integers?

I'm doing a project in which I use the AWT library with shapes a lot. Most of the classes implementing Shape work with both Double and Float, except Polygon. Why? Why in Gods name and grace?! Am I ...
0
votes
2answers
166 views

Google Maps Polyline to Postgis with Java/Hibernate

I have a page where the user enters the starting point and ending point and I show de route in the map. I would like to know how to get this polygon (polyline) and save it in Postgis through the Java ...
7
votes
4answers
115 views

Simplifying Java method with variable amount of arguments

Working in java, I was wanting to simplify a draw function (polygon creator) that I am working with. Typically, when you create a polygon, you do this: Polygon mypoly = new Polygon(); ...
-2
votes
3answers
441 views

JAVA draw regular polygon

I am looking for an algorithm to draw regular polygon like triangle, quadrangle, pentagon, hexagon etc. I guess it`s basically dealing with the fact that all polygon points are located on the line of ...
0
votes
1answer
537 views

How to rotate a polygon/points around a point in Java

!Solved the problem, look at the answers! I've been trying to rotate a polygon around a specified center point but everything I've tried has failed miserably. I've googled for example and found many ...
3
votes
2answers
904 views

Drawing textured polygons with libgdx

I'm having a problem with my rendering cycle using libgdx, basically I need to fill an area with a square texture, and the last part of this area may be smaller or with a different shape than the ...
1
vote
1answer
97 views

Reference rectangles from a broken-up rectilinear Polygon

Can someone guide me how I can implement the following in java: I need to reference two rectangles after splitting from any rectilinear polygon into two or more pieces. My Algorithm: ArrayList ...
0
votes
0answers
155 views

Java Fit minimum rectangles into polygon [closed]

(see picture 1) I would like to calculate the minimum amount of rectangles it would take to fill in the polygon labelled("veranda"). Firstly, the rectangles represent "decking boards" which are a ...
0
votes
1answer
332 views

How to Apply transformation to Polygon object in Java

i have made a transform and rendered a Polygon object with it(mesh is of type Polygon): at.setToTranslation(gameObject.position.x, gameObject.position.y); at.rotate(Math.toRadians(rotation)); ...
4
votes
3answers
199 views

Polygon compression for Integer coordinates

I have polygon in raster with "signed int" 2D coordinates. Polygon has its vertices ordered in clockwise direction. I want to store this polygon in some more "space friendly" way, that just store the ...
-4
votes
4answers
425 views

trying to draw a hexagon shape in

I'm trying to draw a hexagon shaped asteroid on a clone of Asteroids I'm making for a class. sprite = new Polygon(); sprite.addPoint(0,0); sprite.addPoint(0,-40); ...
0
votes
1answer
67 views

Create hexagon with points at top and bottom

I haven't done any geometry in such a long time that I cannot figure out how to do this. I created this method: public Polygon getHex(int posX, int posY) { Polygon hex = new Polygon(); ...
0
votes
1answer
245 views

scan-line filling, differentiating between intersection points and peaks

I'm applying the scan-line algorithm to fill in a randomly generated continent-like shape. The main problem I'm having is when the line intersects a point that is a tip. I created some images to help ...
0
votes
2answers
67 views

How to check route by coordinates

I've got problem: I've got two points coordinates (start and end point position) and polygon and I want to check whether this route is from outside to inside of polygon or from inside to outside of ...
0
votes
4answers
256 views

There are 6 equilateral triangles within a hexagon, given an x,y coordinate, how can I determine which equilateral triangle the coordinate is in? [closed]

I am creating a game in 3D Virtual world. I have created a hexagon using 6 equilateral triangles numbered t1,t2,t3,t4,t5,t6 Given an x,y coordinate within the hexagon, what formula can I use to ...

1 2 3