public class Ply extends Object
Constructor and Description |
---|
Ply() |
Modifier and Type | Method and Description |
---|---|
static List<Coord3d> |
read(InputStream is) |
static List<Coord3d> |
read(org.smurn.jply.PlyReaderFile reader) |
static List<Coord3d> |
read(String filename) |
static Coord3d |
vertex(org.smurn.jply.Element element) |
public static List<Coord3d> read(String filename) throws IOException
IOException
public static List<Coord3d> read(InputStream is) throws IOException
IOException
public static List<Coord3d> read(org.smurn.jply.PlyReaderFile reader) throws IOException
IOException
public static Coord3d vertex(org.smurn.jply.Element element)
Copyright © 2018. All rights reserved.