Skip to content

Geometric operations in Python for 2D and 3D vectors using class inheritance.

Notifications You must be signed in to change notification settings

er-hiba/Vectors-Inheritance-PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This Python program demonstrates how 2D and 3D vectors are organized and manipulated using 'class inheritance'. It allows you to create, compare, and update these vectors while performing operations like checking equality, calculating norms (lengths), and setting new values. The program also keeps track of the total count of created vectors.

Output

Releases

No releases published

Packages

No packages published

Languages