iscoplanar#
- iscoplanar(coords)[source]#
Determines if given pores are coplanar with each other
- Parameters:
coords (array_like) – List of pore coords to check for coplanarity. At least 3 pores are required.
- Returns:
results – A boolean value of whether given points are coplanar (
True
) or not (False
)- Return type:
bool