diff --git a/Tutorials/T04-A2Example/src/PointADT.py b/Tutorials/T04-A2Example/src/PointADT.py index 86991526fbbd7d5d3f0389ac3b2573e7d285d2ed..862ddba25813a0e258157f387847a3f1a6aaeb7d 100644 --- a/Tutorials/T04-A2Example/src/PointADT.py +++ b/Tutorials/T04-A2Example/src/PointADT.py @@ -1,12 +1,12 @@ ## @file pointADT.py -# @author Gurankash Singh +# @author Sepehr # @brief Provides the PointT ADT class for representing 2D points -# @date 30 Jan 2017 +# @date 25 Jan 2018 from math import * ##@brief An ADT that respresents a 2D point -class pointT: +class PointT: ## @brief PointT constructor # @details Initializes a PointT object with a cartesian coordinate