You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember that Point and Localizable may have different numDimensions(). So think a bit about what is the right thing to do.
Also check RealPoint, probably something similar should be done there.
The text was updated successfully, but these errors were encountered:
Point.setPosition(Localizable)
should uselocalize(long[])
instead of going dimension by dimensionimglib2/src/main/java/net/imglib2/Point.java
Lines 159 to 164 in 5b5de3a
Remember that
Point
andLocalizable
may have differentnumDimensions()
. So think a bit about what is the right thing to do.Also check
RealPoint
, probably something similar should be done there.The text was updated successfully, but these errors were encountered: