Vertex.cpp 387 B

123456789101112131415161718192021222324
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. /*
  7. * File: Vertex.cpp
  8. * Author: kajetan
  9. *
  10. * Created on November 12, 2020, 8:10 PM
  11. */
  12. #include "Vertex.h"
  13. Vertex::Vertex() {
  14. }
  15. Vertex::Vertex(const Vertex& orig) {
  16. }
  17. Vertex::~Vertex() {
  18. }