The point.py module#

Summary#

Point2D

Provides geometry primitive representation for a 2D point.

Point3D

Provides geometry primitive representation for a 3D point.

DEFAULT_POINT2D_VALUES

Default values for a 2D point.

DEFAULT_POINT3D_VALUES

Default values for a 3D point.

BASE_UNIT_LENGTH

Default value for the length of the base unit.

Description#

Provides geometry primitive representation for 2D and 3D points.

Module detail#

point.DEFAULT_POINT2D_VALUES#

Default values for a 2D point.

point.DEFAULT_POINT3D_VALUES#

Default values for a 3D point.

point.BASE_UNIT_LENGTH#

Default value for the length of the base unit.