gemmi.Mat33 class

Contents

Methods

def approx(self, other: Mat33, epsilon: float) -> bool
def determinant(self, /) -> float
def fromlist(self, arg0: typing.List[typing.List[float[3]][3]], /) -> None
def inverse(self, /) -> Mat33
def multiply(self, arg0: Mat33, /) -> Mat33
def multiply(self, arg0: Vec3, /) -> Vec3
def tolist(self, /) -> typing.List[typing.List[float[3]][3]]
def transpose(self, /) -> Mat33

Special methods

def __init__(self, /) -> None
def __repr__(self, /) -> str