modularize eval
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
facile pop culture reference 2026-08-02 15:18:56 +03:00
parent 64c83b5460
commit eb028c85fc
12 changed files with 322 additions and 216 deletions

View file

@ -1,4 +1,4 @@
use crate::{*, draw::*, layout::*};
use crate::*;
use Azimuth::*;
pub struct Align<T>(

View file

@ -1,4 +1,4 @@
use crate::{*, draw::*, layout::*};
use crate::*;
pub struct Origin<T>(
pub(crate) Option<Azimuth>,

View file

@ -1,4 +1,4 @@
use crate::{*, draw::*};
use crate::*;
/// Define inner drawing area.
///

View file

@ -1,4 +1,4 @@
use crate::{*, draw::*};
use crate::*;
/// Move content in the negative direction of one or both axes.
///

View file

@ -1,4 +1,4 @@
use crate::{*, draw::*};
use crate::*;
/// Move content in the positive direction of one or both axes.
///