Vertex.__init__()

Lives in: pygamer.tetmesh

Vertex.__init__(self: pygamer.tetmesh.Vertex, x: float=0, y: float=0, z: float=0, marker: int=-1, selected: bool=False) → None

Constructor defining coordinates, marker, and selection status.