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 TypeMethodDescriptionvoid
JmolRendererInterface.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) void
Export3D.drawSurface
(MeshSurface meshSurface, short colix) -
Uses of MeshSurface in org.jmol.g3d
Methods in org.jmol.g3d with parameters of type MeshSurfaceModifier and TypeMethodDescriptionvoid
Graphics3D.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 MeshSurface
MeshSurface.getSphereData
(int lvl) Calculates the data (faces, vertices, normals) for a sphere.static MeshSurface
MeshSurface.newMesh
(boolean isAlt, T3[] vertices, int vertexCount, int[][] polygonIndexes, T3[] normals, int nNormals) Methods in org.jmol.util with parameters of type MeshSurfaceModifier and TypeMethodDescriptionvoid
MeshSlicer.getIntersection
(float distance, P4 plane, P3[] ptCenters, Lst<P3[]> vData, float[] fData, BS bsSource, MeshSurface meshSurface, boolean andCap, boolean doClean, int tokType, boolean isGhost)