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

Method Initialize_Handles

src/Point.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Point::Initialize_Handles() {
46 // initialize left and right handles (in percentages from 0 to 1)
47 // default to a smooth curve
48 Initialize_LeftHandle(0.5, 1.0);
49 Initialize_RightHandle(0.5, 0.0);
50}
51
52void Point::Initialize_LeftHandle(float x, float y) {
53 // initialize left handle (in percentages from 0 to 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected