Skip to content
Snippets Groups Projects
Commit e8df1e59 authored by Sepehr Bayat's avatar Sepehr Bayat
Browse files

Update PointADT.py

parent a2192bb2
No related branches found
No related tags found
No related merge requests found
## @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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment