API Reference for Enthought Tool Suite 3.0.1
Converts an arc in two point and subtended angle format (startpoint, endpoint, theta (positive for ccw, negative for cw)) into kiva format (x, y, radius, start_angle, end_angle, cw)
| Local name | Refers to |
|---|---|
| array | numpy.array |
| atan2 | math.atan2 |
| dot | numpy.dot |
| pi | numpy.pi |
| sin | numpy.sin |
| sqrt | numpy.sqrt |
© Copyright 2002-2008 Enthought, Inc.