Package one.empty3.library.utils
Class Mesh
- java.lang.Object
-
- one.empty3.library.utils.Mesh
-
public class Mesh extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Mesh()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StructureMatrix<Point3D>
createMesh(Point3D center, ParametricSurface ps, int su, int sv)
static StructureMatrix<Point3D>
createMesh(Point3D center, Point3D[] directions, int su, int sv)
-
-
-
Method Detail
-
createMesh
public static StructureMatrix<Point3D> createMesh(Point3D center, Point3D[] directions, int su, int sv)
-
createMesh
public static StructureMatrix<Point3D> createMesh(Point3D center, ParametricSurface ps, int su, int sv)
-
-