예제 #1
0
 private boolean isModelYAxisDown(ImageLayer baseImageLayer) {
   return baseImageLayer.getImageToModelTransform().getDeterminant() > 0.0;
 }