Skip to content

Cyril-Meyer/NumPyDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumPyDraw

Draw 2D and 3D shapes into NumPy array

Example

3D Spheroid example

Usage

  • import
import npd2d
import npd3d
  • draw
npd2d.ellipse(array, fill, center, radius, rotation)
npd3d.spheroid(array, fill, center, radius, rotations):

About

Draw 2D and 3D shapes into NumPy array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages