Class 2 - Find the Torsional Angle

  • + 3 comments

    Sorry to say it, but I don't realy like this challenge.

    First of all it is very less to do with classes, but more about math. Imagine someone who previously never ever heard about cross or dot product. Takes more effort to understand the instruction than implementing it.

    Another small notice is that I would never name my class to Points (in plural) if it is actially one point. I would use Point instead of it.

    On the other hand, I am very happy to see here tasks with classes and OOP concept, because they ar as important as algorythms or other part of Python language.