Package one.empty3.library.utils
Class Mesh
java.lang.Object
one.empty3.library.utils.Mesh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureMatrix<Point3D>
createMesh
(Point3D center, ParametricSurface ps, int su, int sv) static StructureMatrix<Point3D>
createMesh
(Point3D center, Point3D[] directions, int su, int sv)
-
Constructor Details
-
Mesh
public Mesh()
-
-
Method Details
-
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)
-