Modifier and Type | Class and Description |
---|---|
class |
NaiveDoubleMesh.Triangles |
class |
NaiveDoubleMesh.Vertices |
Constructor and Description |
---|
NaiveDoubleMesh() |
Modifier and Type | Method and Description |
---|---|
NaiveDoubleMesh.Triangles |
triangles()
The mesh's collection of triangles.
|
NaiveDoubleMesh.Vertices |
vertices()
The mesh's collection of vertices.
|
public NaiveDoubleMesh.Vertices vertices()
Mesh
public NaiveDoubleMesh.Triangles triangles()
Mesh
Copyright © 2014–2022 ImageJ. All rights reserved.