Modifier and Type | Class and Description |
---|---|
static class |
IO.Types
Types of object
|
Constructor and Description |
---|
IO() |
Modifier and Type | Method and Description |
---|---|
static int[][] |
loadCon(InputStream in)
Load connections
|
static int[][] |
loadTri(InputStream in)
Load triangles
|
static Jama.Matrix |
readMat(Scanner s)
Read a matrix
|
public IO()
public static Jama.Matrix readMat(Scanner s)
s
- public static int[][] loadCon(InputStream in)
in
- public static int[][] loadTri(InputStream in)
in
-