MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Initialize_LeftHandle

Method Initialize_LeftHandle

src/Point.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void 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
57void Point::Initialize_RightHandle(float x, float y) {
58 // initialize right handle (in percentages from 0 to 1)

Callers

nothing calls this directly

Calls 1

CoordinateClass · 0.85

Tested by

no test coverage detected