public class GeometryUtil extends Object
| 构造器 | 说明 |
|---|---|
GeometryUtil() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static List<PointD> |
getEllipseCoordinates(double x0,
double y0,
double a,
double b) |
Get ellipse coordinates
|
static List<PointD> |
getEllipseCoordinates(double x0,
double y0,
double a,
double b,
double deltaAngle) |
Get ellipse coordinates
|
static PointD |
getEllipseXY(double x0,
double y0,
double a,
double b,
double angle) |
Get ellipse coordinate
|
public static PointD getEllipseXY(double x0, double y0, double a, double b, double angle)
x0 - Center xy0 - Center ya - Major axisb - Minor axisangle - Anglepublic static List<PointD> getEllipseCoordinates(double x0, double y0, double a, double b, double deltaAngle)
x0 - Center xy0 - Center ya - Major axisb - Minor axisdeltaAngle - Delta angleCopyright © 2019. All rights reserved.