class IndexedTriangulation<T>
(source)
Indexed triangulation consisting of a list of vertices and triangle indices.
<init> |
Indexed triangulation consisting of a list of vertices and triangle indices. IndexedTriangulation(vertices: List<T>, triangles: List<Int>) |
triangles |
val triangles: List<Int> |
vertices |
val vertices: List<T> |