Crate point

Source
Expand description

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.