MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setRotationCenter

Method setRotationCenter

ij/src/main/java/ij/gui/Roi.java:2734–2737  ·  view source on GitHub ↗
(double x, double y)

Source from the content-addressed store, hash-verified

2732 }
2733
2734 public void setRotationCenter(double x, double y) {
2735 xcenter = x;
2736 ycenter = y;
2737 }
2738
2739 /** Returns the number of points in this selection; equivalent to getFloatPolygon().npoints. */
2740 public int size() {

Callers 2

runMethod · 0.95
rotateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected