Renamed pss to PowerScaledScalar

This commit is contained in:
Alexander Bock
2014-05-11 18:34:57 +02:00
parent 37e5e63b70
commit 3520bd121e
21 changed files with 165 additions and 240 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace openspace {
class PowerScaledSphere {
public:
// initializers
PowerScaledSphere(const pss& radius, int segments = 8);
PowerScaledSphere(const PowerScaledScalar& radius, int segments = 8);
~PowerScaledSphere();
bool initialize();