Creates a new cache with the specified maximum size.
The maximum number of vertices the cache will store.
The maximum number of vertices the cache will store.
Clears the vertex cache.
Gets a vertex from cache.
The id of the vertex to get.
The vertex coordinates will be set here if found.
whether the vertex was found on cache.
Sets a vertex in cache. It's assumed there's no vertex with the same id already in cache.
The vertex id.
The vertex coordinates.
Generated using TypeDoc
Compact vertex LRU Cache for on the fly temporary mesh transformations.