Module etherdream::point [] [src]

Reexports

pub use protocol::Point;

Structs

PipelinePoint

Working point type. Do math calculations on this point type. Supports position (x, y), color (r, g, b), and an is_blank flag.

SimplePoint

Core point type. Supports position (x, y), color (r, g, b), and an is_blank flag.