[][src]Module nannou_laser::point

Implementation of the general laser point type used throughout the crate.

Structs

Point

The point type used within the laser frame stream API.

RawPoint

The Point type used for describing raw laser streams.

Functions

color_is_blank

Whether or not the given point is blank (black).

Type Definitions

Position

A position in 2D space represented by x and y coordinates.

Rgb

Red, green and blue channels of a single colour.