Rosetta
Functions
pyrosetta.bindings.homogeneous_transform Namespace Reference

Functions

def is_homog_xform (xforms)
 
def from_RT (cls, RTinstance)
 
def from_array (cls, xform)
 
def as_array (self)
 

Function Documentation

◆ as_array()

def pyrosetta.bindings.homogeneous_transform.as_array (   self)
Convert self a numpy.array and return it.

Returns:
    numpy.array: the 4x4 matrix representing the homogenous transform.

References pyrosetta.bindings.homogeneous_transform.is_homog_xform(), and basic::options::OptionKeys::in::file.list.

◆ from_array()

def pyrosetta.bindings.homogeneous_transform.from_array (   cls,
  xform 
)

◆ from_RT()

def pyrosetta.bindings.homogeneous_transform.from_RT (   cls,
  RTinstance 
)

◆ is_homog_xform()

def pyrosetta.bindings.homogeneous_transform.is_homog_xform (   xforms)