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

Method Coordinate

src/Coordinate.cpp:19–19  ·  view source on GitHub ↗

Default constructor for a coordinate, delegating to the full signature

Source from the content-addressed store, hash-verified

17
18// Default constructor for a coordinate, delegating to the full signature
19Coordinate::Coordinate() : Coordinate::Coordinate(0, 0) {}
20
21// Constructor which also allows the user to set the X and Y
22Coordinate::Coordinate(double x, double y) : X(x), Y(y) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected