I have what is probably a very simple question


I have some work to do with points and lines ( not drawing just from a math point of view)


There is already an object called point

i want to make a new class called Line where i would initializes it with two points? The end game is to then be able to run a method or make a property where i could get information out of it about the line the two points create


Thanks

Crash893