cloudViewer.geometry.VerticesIndexes#
- class cloudViewer.geometry.VerticesIndexes#
VerticesIndexes, Triangle described by the indexes of its 3 vertices.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.geometry.VerticesIndexes) -> None
Default constructor
__init__(self: cloudViewer.geometry.VerticesIndexes, arg0: cloudViewer.geometry.VerticesIndexes) -> None
Copy constructor
__init__(self: cloudViewer.geometry.VerticesIndexes) -> None
__init__(self: cloudViewer.geometry.VerticesIndexes, i1: typing.SupportsInt, i2: typing.SupportsInt, i3: typing.SupportsInt) -> None
Constructor with specified indexes