Python_2  1.0
Classes | Functions
_01c_vector Namespace Reference

Implements a 2D vector. More...

Classes

class  vector
 A vector 2D with the following operations: +, -, dotProd, neg, norm, len, iter, *, /, [ ]. More...
 

Functions

def main ()
 Main program for testing. More...
 

Detailed Description

Implements a 2D vector.

Author
Paulo Roma
Since
27/08/2010
See also
http://nedbatchelder.com/text/names.html

Function Documentation

◆ main()

def _01c_vector.main ( )

Main program for testing.