biopython v1.71.0 Bio.PDB.Vector.Vector
3D vector.
Link to this section Summary
Functions
Return Vector+other Vector or scalar
Return Vector(coords/a)
Initialize the class
Return Vector.Vector (dot product)
Return Vector(-x, -y, -z)
Return VectorxVector (cross product) or Vectorxscalar
Return Vector-other Vector or scalar
Return angle between two vectors
Return a deep copy of the Vector
Return (a copy of) the array of coordinates
Return Vector=Matrix x Vector
Return vector norm
Normalize the Vector object
Return a normalized copy of the Vector
Return square of vector norm
Return Vector=Vector x Matrix
Link to this section Functions
Return Vector+other Vector or scalar.
Return Vector(coords/a).
Initialize the class.
Return Vector.Vector (dot product).
Return Vector(-x, -y, -z).
Return VectorxVector (cross product) or Vectorxscalar.
Return Vector-other Vector or scalar.
Return angle between two vectors.
Return a deep copy of the Vector.
Return (a copy of) the array of coordinates.
Return Vector=Matrix x Vector.
Return vector norm.
Normalize the Vector object.
Changes the state of self
and doesn’t return a value. If you need to chain function
calls or create a new object use the normalized
method.
Return a normalized copy of the Vector.
To avoid allocating new objects use the normalize
method.
Return square of vector norm.
Return Vector=Vector x Matrix.