MCIndexSnapRounder constructor

MCIndexSnapRounder(
  1. PrecisionModel pm
)

Implementation

MCIndexSnapRounder(this.pm) {
  li = new RobustLineIntersector();
  li.setPrecisionModel(pm);
  scaleFactor = pm.getScale();
}