Skip to main content

RecordingTriangulation

Type Alias RecordingTriangulation 

Source
pub type RecordingTriangulation<K> = Triangulation<K, Recorder<StableVec<Vertex<VertexWeight<K>>>>, Recorder<StableVec<HalfEdge<HalfEdgeWeight>>>, Recorder<StableVec<Face<FaceWeight>>>, Recorder<RTree<GeomWithData<Rectangle<[K; 2]>, EdgeId>>>, Recorder<RTree<GeomWithData<Rectangle<[K; 2]>, FaceId>>>>;

Aliased Typeยง

pub struct RecordingTriangulation<K> { /* private fields */ }