| point2line index |
||||||||||
| Name | ellipsePoint ( ) | |||||||||
| Description | Calculates the point on an ellipse at a specific angle. Only use this function when absolutely necessary; it is slow. For the purpose of drawing an ellipse, simply calculate the points on a circle and scale the x and y value. http://mathforum.org/library/drmath/view/54922.html | |||||||||
| Syntax | ellipsePoint(angle, width, height); |
|||||||||
| Parameters |
|
|||||||||
| Returns | position (Vect2) |
|||||||||
| Usage | Web & Application | |||||||||
| Related | ||||||||||
| Examples | |
|||||||||