Uses of Class
de.grogra.imp3d.objects.MeshNode
Packages that use MeshNode
-
Uses of MeshNode in de.grogra.imp3d.objects
Subclasses of MeshNode in de.grogra.imp3d.objects -
Uses of MeshNode in de.grogra.pointcloud.objects.impl
Subclasses of MeshNode in de.grogra.pointcloud.objects.impl -
Uses of MeshNode in de.grogra.rgg
Methods in de.grogra.rgg that return MeshNodeModifier and TypeMethodDescriptionstatic MeshNode
Library.getMesh
(double[] pointlist) Return aMeshNode
in shape of it indicated list of points.static MeshNode
Library.getMesh
(float[] pointlist) Return aMeshNode
in shape of it indicated list of points.static MeshNode
Library.getMesh
(QuickHull3D hull) Returns aMeshNode
as visualization of the given convex hull.static MeshNode
Return aMeshNode
in shape of it indicated list of points.static MeshNode
Return aMeshNode
in shape of it indicated list of points.static MeshNode
Library.leaf3d()
Return aMeshNode
in shape of a 3d leaf.static MeshNode
Library.leaf3d
(float[] pointlist) Return aMeshNode
in shape of it indicated list of points.static MeshNode
Library.leaf3d
(int id) Return aMeshNode
in shape of it indicated default leaf.static MeshNode
Library.triangulate
(float[] pointlist) Return aMeshNode
in shape of it indicated list of points.static MeshNode
Library.triangulate
(Point3d[] pointlist) Return aMeshNode
in shape of it indicated list of points.