[][src]Struct mandalas::ops::GenerationContext

pub struct GenerationContext { /* fields omitted */ }

A generator for mandala points for a canvas of a given size.

Methods

impl GenerationContext[src]

pub fn new(mandala_size: (usize, usize, usize)) -> GenerationContext[src]

Prepare a new, clean, generation context.

Whole history is initialised to the canvas' center.

pub fn gen(&mut self) -> ((u32, u32, u32), [u8; 3])[src]

Generate a mandala point.

The return value is in the format ((pos_x, pos_y, pos_z), [r, g, b]).

Auto Trait Implementations

impl Send for GenerationContext

impl Unpin for GenerationContext

impl Sync for GenerationContext

impl UnwindSafe for GenerationContext

impl RefUnwindSafe for GenerationContext

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]