Crate point [] [src]

Point.rs is a library that defines the core Point types for various laser projection libraries. This standardization makes it easier for library interop and prevents expensive and unwieldy type conversion.

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.