Constructor
| 28 | |
| 29 | // Constructor |
| 30 | Line::Line(const openglframework::Vector3& worldPoint1, |
| 31 | const openglframework::Vector3& worldPoint2) |
| 32 | : mWorldPoint1(worldPoint1), mWorldPoint2(worldPoint2) { |
| 33 | |
| 34 | } |
| 35 | |
| 36 | // Destructor |
| 37 | Line::~Line() { |
nothing calls this directly
no outgoing calls
no test coverage detected