Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ckesanapalli committed Dec 8, 2023
2 parents 3b6d4cf + 4c910e0 commit 2f0bb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

`curve2mesh` is a Python module designed for generating 3D meshes from 2D curves. This module simplifies the process of revolving a 2D curve around the Y-axis to create a 3D mesh. It is optimized for performance with NumPy, but also works with standard Python math operations when NumPy is not available.
`curve2mesh` is a Python module designed for generating 3D meshes from 2D curves. This module simplifies the process of revolving a 2D curve around the Z-axis to create a 3D mesh. It is optimized for performance with NumPy, but also works with standard Python math operations when NumPy is not available.

## Features

Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
- anaconda
- defaults
dependencies:
- python=3.10
- python>=3.7
- pip
- pytest
- numpy
- matplotlib

0 comments on commit 2f0bb2a

Please sign in to comment.