Skip to content

CombinatorialFace: replace Vrepr() and Hrepr() by more consistent names #28616

@kliem

Description

@kliem

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions