Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ point1
Method
point1
CvPlot/examples/DoublePendulum.h:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
}
23
cv::Point2d point1() const {
24
return { l * sin(t1), l * -cos(t1) };
25
}
26
cv::Point2d point2() const {
27
return point1() + cv::Point2d{ l * sin(t2), l * -cos(t2) };
28
}
Callers
1
examples_gui.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected