Class LazyPoint
2D point that will be resolved after layout is computed.
Declaration
class LazyPoint
source linkDocumentation
Methods
▶ def add(self, x: float, y: float) -> LazyPoint Creates a new point moved by the given (x, y) offset.
Parameters
- x : float
x offset
- y : float
y offset
▷ def eval(self) -> Tuple[float, float] Evaluates the actual point.
Reexports