Changes between Version 8 and Version 10 of Ticket #31993
- Timestamp:
- Jul 11, 2021, 4:11:12 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31993
-
Property
Commit
changed from
0e2965f082f7a886c3eee4dcb22e503b00608f2c
to837b7f5a88963083054c17de49fc6ee531e5256c
-
Property
Commit
changed from
-
Ticket #31993 – Description
v8 v10 1 1 We generalize `an_affine_basis`, `affine_hull`, `affine_hull_projection`, and `AffineHullProjectionData` (from #27366) from `Polyhedron_base` to `ConvexSet_base`. 2 2 3 To provide the default implementation of `affine_hull_projection`, this ticket also adds the `Polyhedron_base` methods `linear_transformation` and `translation` to the `ConvexSet_base` ABC, as well as `dilation` for completeness.