Package com.openinventor.meshviz.data
Class PbMesh.CellBox
- java.lang.Object
-
- com.openinventor.meshviz.data.PbMesh.CellBox
-
- Enclosing class:
- PbMesh
public static class PbMesh.CellBox extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SbBox3f
bbox
int
cell_index
-
Constructor Summary
Constructors Constructor Description CellBox()
-
-
-
Field Detail
-
cell_index
public int cell_index
-
bbox
public SbBox3f bbox
-
-