Uses of Class
org.jmol.util.MeshSurface
Packages that use MeshSurface
Package
Description
Provides a software implementation of complete 3D graphics engine
for rendering molecules and associated shapes.
-
Uses of MeshSurface in org.jmol.api
Methods in org.jmol.api with parameters of type MeshSurfaceModifier and TypeMethodDescriptionvoidJmolRendererInterface.drawSurface(MeshSurface meshSurface, short colix) -
Uses of MeshSurface in org.jmol.export
Methods in org.jmol.export that return MeshSurfaceModifier and TypeMethodDescriptionprotected static MeshSurface___Exporter.getConeMesh(P3 centerBase, M3 matRotateScale, short colix) Methods in org.jmol.export with parameters of type MeshSurfaceModifier and TypeMethodDescriptionprotected void_ObjExporter.drawSurface(MeshSurface meshSurface, short colix) voidExport3D.drawSurface(MeshSurface meshSurface, short colix) -
Uses of MeshSurface in org.jmol.g3d
Methods in org.jmol.g3d with parameters of type MeshSurfaceModifier and TypeMethodDescriptionvoidGraphics3D.drawSurface(MeshSurface meshSurface, short colix) -
Uses of MeshSurface in org.jmol.jvxl.data
Subclasses of MeshSurface in org.jmol.jvxl.data -
Uses of MeshSurface in org.jmol.shape
Subclasses of MeshSurface in org.jmol.shape -
Uses of MeshSurface in org.jmol.shapecgo
Subclasses of MeshSurface in org.jmol.shapecgo -
Uses of MeshSurface in org.jmol.shapespecial
Subclasses of MeshSurface in org.jmol.shapespecial -
Uses of MeshSurface in org.jmol.shapesurface
Subclasses of MeshSurface in org.jmol.shapesurface -
Uses of MeshSurface in org.jmol.util
Fields in org.jmol.util declared as MeshSurfaceMethods in org.jmol.util that return MeshSurfaceModifier and TypeMethodDescriptionstatic MeshSurfaceMeshSurface.getSphereData(int lvl) Calculates the data (faces, vertices, normals) for a sphere.static MeshSurfaceMeshSurface.newMesh(boolean isAlt, T3[] vertices, int vertexCount, int[][] polygonIndexes, T3[] normals, int nNormals) Methods in org.jmol.util with parameters of type MeshSurfaceModifier and TypeMethodDescriptionvoidMeshSlicer.getIntersection(float distance, P4 plane, P3[] ptCenters, Lst<P3[]> vData, float[] fData, BS bsSource, MeshSurface meshSurface, boolean andCap, boolean doClean, int tokType, boolean isGhost)