Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ IPLPoint
Method
IPLPoint
IPL/src/IPLPoint.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"IPLPoint.h"
21
22
IPLPoint::IPLPoint() : IPLData(IPL_POINT)
23
{
24
}
25
26
IPLPoint::IPLPoint(double x, double y) : IPLPoint()
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected