PyGeo: a dynamic geometry toolkit

basepoints

point determined by its coordinates in 3d space

constructors:
  • Point(numeric, numeric <,numeric> );
  • FreePoint(numeric, numeric <,numeric> );

Classes

C Point(...) ...

point fixed at the indicated x,y,z coordinates

C FreePoint(...) ...

point initially at the indicated x,y,z coordinates that can be picked and moved freely in space

Attributes

a __Def__

[]

a __Classes__

['Point', 'FreePoint']

See the source for more information.