Ellipse
Class Ellipse
Implements GeoShape
constructor (c: Point, a: number, b: number, angle: number): Ellipse
Name | Type | Default | Description |
---|---|---|---|
c | Point | ||
a | number | ||
b | number | ||
angle | number | 0 |
Method .equals (other: Ellipse, tolerance: number): boolean
Name | Type | Default | Description |
---|---|---|---|
other | Ellipse | ||
tolerance | number |
Method .intersect (line: Line): Array<Point>
Intersection between an ellipse and a line.
Name | Type | Default | Description |
---|---|---|---|
line | Line |