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ยง
- Pipeline
Point - Working point type. Do math calculations on this point type. Supports position (x, y), color (r, g, b), and an is_blank flag.
- Simple
Point - Core point type. Supports position (x, y), color (r, g, b), and an is_blank flag.