Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ setStartPoint
Method
setStartPoint
src/ch/hsr/ogv/view/Arrow.java:94–96 ·
view source on GitHub ↗
(Point3D startPoint)
Source
from the content-addressed store, hash-verified
92
}
93
94
public
void
setStartPoint(Point3D startPoint) {
95
this.startPoint = startPoint;
96
}
97
98
public
Point3D getEndPoint() {
99
return
endPoint;
Callers
4
setPoints
Method · 0.95
calculateArrangement
Method · 0.95
setPoints
Method · 0.80
calculateArrangement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected