A polygon in 3D space. More...
Public Member Functions | |
| None | Polygon3D (self, List[cvb.Point3D] points) |
| Construct a polygon from a list. | |
Properties | |
| num_points = property | |
| int: Gets the number of points in this polygon. | |
A polygon in 3D space.
| None Polygon3D | ( | self, | |
| List[cvb.Point3D] | points ) |
Construct a polygon from a list.
points : List[cvb.Point3D] List of points forming the polygon.