Serialized Form
Package computational.geometry |
label
java.lang.String label
- Text label associated to this point.
x
int x
- Point's X-coordinate.
y
int y
- Point's Y-coordinate.
label
java.lang.String label
- Text label associated to this point.
vertices
java.util.Map<K,V> vertices
- Set of polygon's indexed vertices.
firstVertex
Polygon.Vertex firstVertex
lastVertex
Polygon.Vertex lastVertex
topVertex
Polygon.Vertex topVertex
bottomVertex
Polygon.Vertex bottomVertex
leftVertex
Polygon.Vertex leftVertex
rightVertex
Polygon.Vertex rightVertex
nextIndex
int nextIndex
v0
Polygon.Vertex v0
v1
Polygon.Vertex v1
index
java.lang.Integer index
prev
Polygon.Vertex prev
next
Polygon.Vertex next
origin
Point origin
direction
Point direction
label
java.lang.String label
topLeft
Point topLeft
bottomRight
Point bottomRight
width
int width
height
int height
label
java.lang.String label
- Text label associated to this segment.
p0
Point p0
- Segment's first extreme.
p1
Point p1
- Segment's second extreme.
height
int height
width
int width
Package computational.geometry.pointlocation |
serialVersionUID: -614869472386725398L
pointLocation
PointLocation pointLocation
query_point
Point query_point
drawed
boolean drawed
serialVersionUID: -614869472386725398L
bufferedImage
java.awt.image.BufferedImage bufferedImage
bg
java.awt.Graphics bg
pointLocation
PointLocation pointLocation
triangleLocated
Triangle triangleLocated
drawed
boolean drawed
Package computational.geometry.rendering3d |
p
Plane3D p
Package computational.geometry.segmentintersection |
segment
Segment segment
position
int position
Package computational.geometry.visibilitygraph |
edge1
Segment edge1
edge2
Segment edge2
successor
Point successor
predecessor
Point predecessor