Expand description
Re-exported RustType geometric types.
Modules
- This module provides capabilities for managing a cache of rendered glyphs in GPU memory, with the goal of minimisng the size and frequency of glyph uploads to GPU memory from the CPU.
Structs
- A point in 2-dimensional space, with each dimension of type
N
. - A rectangle, with top-left corner at
min
, and bottom-right corner atmax
. - A vector in 2-dimensional space, with each dimension of type
N
.
Functions
- A convenience function for generating
Point
s. - A convenience function for generating
Vector
s.