Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
Point::Point() : _x(0), _y(0) {
4
}
5
6
Point::Point(const float& x, const float& y)
7
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected