Added copy constructor to PowercaledCoordinate class

This commit is contained in:
Alexander Bock
2014-05-13 22:05:34 +02:00
parent 3520bd121e
commit 2bfbdbb905
2 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
PowerScaledCoordinate();
PowerScaledCoordinate(PowerScaledCoordinate&& rhs);
PowerScaledCoordinate(const PowerScaledCoordinate& rhs);
// Sets the power scaled coordinates directly
PowerScaledCoordinate(glm::vec4 v);