| 50 | } |
| 51 | |
| 52 | void Point::Initialize_LeftHandle(float x, float y) { |
| 53 | // initialize left handle (in percentages from 0 to 1) |
| 54 | handle_left = Coordinate(x, y); |
| 55 | } |
| 56 | |
| 57 | void Point::Initialize_RightHandle(float x, float y) { |
| 58 | // initialize right handle (in percentages from 0 to 1) |