algebra_3D.Point.print_screen

Point.print_screen()

Utilitary screen printer : Print the Point coordonates.

Examples

>>> p=Point(1,2,3)
>>> p.print_screen()
 ( 1.0 , 2.0 , 3.0 )