Overview
Geometric Objects
Code Example
>>> from crossproduct import Vector >>> v = Vector(1,2) >>> result = v==v >>> print(result) True