cinemol
latest

Getting Started

  • Installation
  • Usage
  • Modules
    • API Module
    • Fitting Module
    • Geometry Module
    • Model Module
    • Parsers Module
    • Style Module
    • Svg Module
  • Command Line Interface
cinemol
  • Modules
  • Edit on GitHub

Modules

  • API Module
    • Style
    • Look
    • Atom
    • Bond
    • filter_atoms_and_bonds()
    • draw_bonds_in_wireframe_style()
    • draw_atoms_in_spacefilling_style()
    • draw_bonds_in_tube_style()
    • draw_molecule()
  • Fitting Module
    • argmin()
    • argmax()
    • arange()
    • process()
    • calculate_convex_hull()
  • Geometry Module
    • Vector3D
    • Point2D
    • Point3D
    • sign()
    • gram_schmidt()
    • Line3D
    • Plane3D
    • Circle3D
    • Sphere
    • CylinderCapType
    • Cylinder
    • same_side_of_plane()
    • distance_to_line()
    • get_perpendicular_lines()
    • get_points_on_line_3d()
    • get_points_on_circumference_circle_3d()
    • get_points_on_surface_circle_3d()
    • get_points_on_surface_sphere()
    • get_points_on_surface_cap()
    • get_points_on_surface_cylinder()
    • point_is_inside_sphere()
    • point_is_inside_cylinder()
    • sphere_intersects_with_sphere()
    • sphere_intersects_with_cylinder()
    • cylinder_intersects_with_cylinder()
  • Model Module
    • ModelSphere
    • ModelCylinder
    • ModelWire
    • get_node_polygon_vertices()
    • prepare_nodes_for_intersecting()
    • create_fill()
    • calculate_intersecting_nodes()
    • Scene
  • Parsers Module
    • parse_sdf()
  • Style Module
    • Color
    • AtomColoringScheme
    • CoreyPaulingKoltungAtomColor
    • AtomRadiusScheme
    • PubChemAtomRadius
    • Depiction
    • Cartoon
    • Glossy
    • FillStyle
    • Wire
    • Solid
    • RadialGradient
    • LinearGradient
    • Fill
  • Svg Module
    • Shape2D
    • Circle2D
    • Line2D
    • Polygon2D
    • ViewBox
    • Svg
Previous Next

© Copyright 2024, David Meijer. Revision 03de2346.

Built with Sphinx using a theme provided by Read the Docs.