mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-09-18 05:16:44 +02:00
parent
64c83b5460
commit
eb028c85fc
12 changed files with 322 additions and 216 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{*, draw::*, layout::*};
|
||||
use crate::*;
|
||||
use Azimuth::*;
|
||||
|
||||
pub struct Align<T>(
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{*, draw::*, layout::*};
|
||||
use crate::*;
|
||||
|
||||
pub struct Origin<T>(
|
||||
pub(crate) Option<Azimuth>,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{*, draw::*};
|
||||
use crate::*;
|
||||
|
||||
/// Define inner drawing area.
|
||||
///
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{*, draw::*};
|
||||
use crate::*;
|
||||
|
||||
/// Move content in the negative direction of one or both axes.
|
||||
///
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{*, draw::*};
|
||||
use crate::*;
|
||||
|
||||
/// Move content in the positive direction of one or both axes.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue