cadnano.extras.math.face module

class Face(normal, v1, v2, v3)

Bases: tuple

namedtuple of tuple: 4 x 3 tuple of tuples corresponding
to the normal and the three points comprising a Face
normal

Alias for field number 0

v1

Alias for field number 1

v2

Alias for field number 2

v3

Alias for field number 3