Module protkit.geometry

Package geometry contains classes to apply geometric operations on proteins.

Expand source code
"""
Package `geometry` contains classes to apply geometric operations on proteins.
"""

from .math import Math
from .space_query import SpaceQuery

Sub-modules

protkit.geometry.math

Implements class Math to perform various mathematical operations. These mathematical operations include vector operations, such as calculating the …

protkit.geometry.space_query

Implements class SpaceQuery to do fast queries of atomic coordinates …