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