public class EllipseParameters
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
double |
a
demi grand axe
|
double |
angle
angle en rad
|
double |
b
demi axe b
|
java.awt.geom.Point2D.Double |
centre |
| Constructor and Description |
|---|
EllipseParameters() |
| Modifier and Type | Method and Description |
|---|---|
EllipseParameters |
copy() |
public java.awt.geom.Point2D.Double centre
public double angle
public double a
public double b
public EllipseParameters copy()