package mightypork.utils.math.constraints; import mightypork.utils.math.coord.VecView; public interface VecConstraint { VecView getVec(); NumberConstraint xc(); NumberConstraint yc(); NumberConstraint zc(); }