Package org.jzy3d.io.ply
Class Ply
- java.lang.Object
-
- org.jzy3d.io.ply.Ply
-
public class Ply extends Object
-
-
Constructor Summary
Constructors Constructor Description Ply()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Coord3d>
read(InputStream is)
static List<Coord3d>
read(String filename)
static List<Coord3d>
read(org.smurn.jply.PlyReaderFile reader)
static Coord3d
vertex(org.smurn.jply.Element element)
-
-
-
Method Detail
-
read
public static List<Coord3d> read(String filename) throws IOException
- Throws:
IOException
-
read
public static List<Coord3d> read(InputStream is) throws IOException
- Throws:
IOException
-
read
public static List<Coord3d> read(org.smurn.jply.PlyReaderFile reader) throws IOException
- Throws:
IOException
-
vertex
public static Coord3d vertex(org.smurn.jply.Element element)
-
-