Expand description

A simple and flexible multidimensional point struct, based on an array.

See the PointND struct for basic usage

Macros

Converts an identifier x, y, z or w to a usize value for indexing

Converts a range of identifiers and expressions to a range of usize values

Converts an array of identifiers to an array of usize values

Structs

The whole point of the crate