Class ConstraintImpl.MidPoint

java.lang.Object
codechicken.lib.gui.modular.lib.geometry.ConstraintImpl<ConstraintImpl.MidPoint>
codechicken.lib.gui.modular.lib.geometry.ConstraintImpl.MidPoint
All Implemented Interfaces:
Constraint
Enclosing class:
ConstraintImpl<T extends ConstraintImpl<?>>

public static class ConstraintImpl.MidPoint extends ConstraintImpl<ConstraintImpl.MidPoint>
  • Field Details

    • start

      protected final GeoRef start
    • end

      protected final GeoRef end
    • offset

      protected final double offset
  • Constructor Details

    • MidPoint

      public MidPoint(GeoRef start, GeoRef end, double offset)
  • Method Details