public interface Mesh
Vertices may be shared by multiple triangles. Coordinates can be retrieved as
float
or double
values.
Modifier and Type | Method and Description |
---|---|
Triangles |
triangles()
The mesh's collection of triangles.
|
Vertices |
vertices()
The mesh's collection of vertices.
|
Copyright © 2014–2022 ImageJ. All rights reserved.