Skip to content

POSTECH-CVLab/Geometric-Primitives

Repository files navigation

Geometric-Primitives

This package defines 3D geometric primitives and their related features, which support the assembly of the geometric primitives to construct a 3D object.

Installation

You can choose one of three installation options.

  • From PyPI repository

To install the released version in PyPI repository, command it.

$ pip install geometric_primitives
  • From source code

To install geometric_primitives from source code, command it.

$ pip install .
  • From source code (editable mode)

To use editable development mode, command it.

$ pip install -r requirements.txt
$ python setup.py develop

Uninstallation

If you would like to uninstall geometric_primitives, command it.

$ pip uninstall geometric_primitives

Supported Brick Types

  • 2 x 4 brick, which is encoded as 0 in this project
  • 2 x 2 brick, which is encoded as 1
  • 1 x 2 brick, which is encoded as 2

Related Projects

Contributor

Contact

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages