| 程序包 | 说明 |
|---|---|
| com.xugu.geometric |
| 限定符和类型 | 字段和说明 |
|---|---|
@Nullable DBpoint |
DBcircle.center
This is the center point.
|
DBpoint[] |
DBlseg.point
These are the two points.
|
DBpoint[] |
DBbox.point
These are the two points.
|
DBpoint[] |
DBpolygon.points
The points defining the polygon.
|
DBpoint[] |
DBpath.points
The points defining this path.
|
| 构造器和说明 |
|---|
DBbox(DBpoint p1,
DBpoint p2) |
DBcircle(DBpoint c,
double r) |
DBline(@Nullable DBpoint p1,
@Nullable DBpoint p2) |
DBline(@Nullable DBpoint p1,
@Nullable DBpoint p2) |
DBlseg(DBpoint p1,
DBpoint p2) |
DBpath(DBpoint[] points,
boolean open) |
DBpolygon(DBpoint[] points)
Creates a polygon using an array of DBpoints.
|
Copyright © 2025. All rights reserved.