In order to make CombinatorialFace be more consistent with PolyhedronFace we make the following changes:
face.Hrepr(True) -> face.ambient_Hrepresentation(),
face.Hrepr(False) -> face.ambient_H_indices(),
face.Vrepr(True) -> face.ambient_Vrepresentation(),
face.Vrepr(False) -> face.ambient_V_indices().
We keep the old methods with deprecation warnings.
CC: @jplab @LaisRast
Component: geometry
Author: Jonathan Kliem
Branch/Commit: 184784c
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/28616