Vertex.__init__()

Lives in: pygamer.surfacemesh

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

Constructor defining coordinates, marker, and selection status.