Skip to content

Computational geometry using Python 3.7 or later.

Notifications You must be signed in to change notification settings

JnyJny/Geometry3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry3

Latest version released on PyPi Apache license version 2.0 Python Versions

Geometry3 is a Python 3.7 package that provides

TL;DR

  1. Clone the repo and install
$ git clone https://github.com/JnyJny/Geometry3.git
$ cd Geometry3

$ pip3 install -r requirements.txt

  1. Install with pip
$ pip3 install -U geometry3

Uninstall with pip:

$ pip3 uninstall geometry3

Usage

Once installed,

from geometry3 import Point

o = Point()
p = Point(1,1,1)
o.is_origin == True
p.is_origin == False
p.distance(o)
p.midpoint(o)

About

Computational geometry using Python 3.7 or later.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published