Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ Initialize_RightHandle
Method
Initialize_RightHandle
src/Point.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void Point::Initialize_RightHandle(float x, float y) {
58
// initialize right handle (in percentages from 0 to 1)
59
handle_right = Coordinate(x, y);
60
}
61
62
// Generate JSON string of this object
63
std::string Point::Json() const {
Callers
nothing calls this directly
Calls
1
Coordinate
Class · 0.85
Tested by
no test coverage detected