MCPcopy Create free account
hub / github.com/Profactor/cv-plot / point2

Method point2

CvPlot/examples/DoublePendulum.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
29 const std::vector<cv::Point2d>& trace() const {
30 return traceVec;
31 }

Callers 1

examples_gui.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected