SpatialQuadtree_Triangles_Entity

Description

sealed class Tinman.Terrain.Util.SpatialQuadtree_Triangles_Entity

Default implementation of the ISpatialEntityTrait trait for indexed 2D triangles.

Public / Constructors

Spatial​Quadtree_​Triangles_​Entity


public constructor SpatialQuadtree_Triangles_Entity → (2)

vertices in : Vec2D [ ]

The vertices.

indices in : Vec3I [ ]

The triangle indices.

Creates a new instance of SpatialQuadtree_Triangles_Entity.