Polyeder Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
Polyeder(UInt32) |
Create an empty polyeder with the provided color
| |
Polyeder(UInt32, IReadOnlyListPoint, IReadOnlyListFace) |
Create a polyeder with the provided color. It is constructed using existing vertices and faces data.
Removes duplicate vertices and updates indexes used in faces accordingly.
|