Overload List
Name | Description | |
---|---|---|
![]() | Region()()()() |
Creates an empty region.
|
![]() | Region(Int32) |
Creates an empty region of given capacity.
|
![]() | Region(IEnumerable<(Of <<'(Convex>)>>)) |
Creates a region from a collection of convexes.
|
![]() | Region(List<(Of <<'(Convex>)>>)) |
Creates a region from a list of convexes.
|
![]() | Region(Halfspace) |
Creates a region with a single halfspace in it.
|
![]() | Region(Region) |
Creates a region by copying the specified region.
|
![]() | Region(Convex, Boolean) |
Creates a region with a single convex in it.
|
![]() | Region(Double, Double, Double) |
Creates a region with a single halfspace in it.
|