MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / Point

Method Point

core/Point.cpp:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Point.h"
2
3Point::Point() : _x(0), _y(0) {
4}
5
6Point::Point(const float& x, const float& y)
7{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected