public class PathPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
arc |
float |
rotation |
float |
rx |
float |
ry |
float |
sweep |
String |
type |
float |
x |
float |
x1 |
float |
x2 |
float |
x3 |
float |
y |
float |
y1 |
float |
y2 |
float |
y3 |
| Constructor and Description |
|---|
PathPoint(String type,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
PathPoint(String type,
float rx,
float ry,
float rotation,
float arc,
float sweep,
float x,
float y) |
| Modifier and Type | Method and Description |
|---|---|
float |
getX1() |
float |
getX2() |
float |
getX3() |
float |
getY1() |
float |
getY2() |
float |
getY3() |
public String type
public float x1
public float y1
public float x2
public float y2
public float x3
public float y3
public float rx
public float ry
public float rotation
public float arc
public float sweep
public float x
public float y
Copyright © 2026. All rights reserved.