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

Method Point

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

Default constructor

Source from the content-addressed store, hash-verified

18
19// Default constructor
20Point::Point() : Point::Point(Coordinate(1, 0), BEZIER, AUTO) {}
21
22// Constructor which creates a single coordinate at X=1
23Point::Point(float y) : Point::Point(Coordinate(1, y), CONSTANT, AUTO) {}

Callers

nothing calls this directly

Calls 1

CoordinateClass · 0.85

Tested by

no test coverage detected