This module provides an interface to 3 dimensional points. More...
Classes | |
| class | error |
| No documentation available. More... | |
Functions | |
| def | distance |
| def | Point |
| def | PointLocate |
This module provides an interface to 3 dimensional points.
Usage: from point import * pt1 = Point(x, y, z) pt1 = PointLocate( "Prompt"
| def point.distance | ( | args | ) |
distance( pt1, pt2 ) returns the distance between the two points
| def point.Point | ( | args | ) |
Point( x, y, z ) returns a point
| def point.PointLocate | ( | args | ) |
PointLocate( "prompt" ) prompts the user for a point and returns that point
1.8.1.2