Module stroke::point

source ·

Traits

  • The Point trait is the only interface on which the library relies. The associated constant DIM is necessary so that the memory layout of its implementing type can be made known to the library, whenever new instances are returned.