MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / getCenterPoint

Method getCenterPoint

src/ch/hsr/ogv/view/PaneBox.java:662–665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

660 }
661
662 public Point3D getCenterPoint() {
663 double y = this.paneBox.getTranslateY() - (this.box.getDepth() / 2);
664 return new Point3D(this.paneBox.getTranslateX(), y, this.paneBox.getTranslateZ());
665 }
666
667}

Callers 7

initViewArrowMethod · 0.80
hasBoxApproxAtPosMethod · 0.80
setPointsMethod · 0.80
calculateArrangementMethod · 0.80
setPointsMethod · 0.80
calculateArrangementMethod · 0.80
lineBoxIntersectionMethod · 0.80

Calls 4

getTranslateYMethod · 0.80
getTranslateXMethod · 0.80
getTranslateZMethod · 0.80
getDepthMethod · 0.45

Tested by

no test coverage detected