webknossos.geometry.vec3_int
Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable's items.
If the argument is a tuple, the return value is the same object.
#  
def
ceildiv(
self,
other: Union[int, Union[webknossos.geometry.vec3_int.Vec3Int, Tuple[int, int, int], Tuple[int, ...], numpy.ndarray, List[int], Iterable[int]]]
) -> webknossos.geometry.vec3_int.Vec3Int:
#  
def
pairmax(
self,
other: Union[int, Union[webknossos.geometry.vec3_int.Vec3Int, Tuple[int, int, int], Tuple[int, ...], numpy.ndarray, List[int], Iterable[int]]]
) -> webknossos.geometry.vec3_int.Vec3Int:
#  
def
pairmin(
self,
other: Union[int, Union[webknossos.geometry.vec3_int.Vec3Int, Tuple[int, int, int], Tuple[int, ...], numpy.ndarray, List[int], Iterable[int]]]
) -> webknossos.geometry.vec3_int.Vec3Int:
Inherited Members
- builtins.tuple
- index
- count