java.lang.Object
codechicken.lib.gui.modular.lib.geometry.GeoRef
All Implemented Interfaces:
Supplier<Double>

public class GeoRef extends Object implements Supplier<Double>
Used to access one of the 6 core parameters that make up an element's geometry.

The primary purpose of this class is to provide a convenient way to reference a geometry parameter when defining constraints. It also helps make the code more debuggable. I could just make literally everything a lambda, but that makes debugging kinda painful when things break.

Created by brandon3055 on 30/06/2023