public class FlPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
open
whether the path this point is a part of is open or closed.
|
float |
x
x coordinate of the point
|
float |
y
y coordinate of the point
|
| Constructor and Description |
|---|
FlPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
reset the values to (0,0) and closed
|