mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Updated ghoul version; some code cleanup
This commit is contained in:
@@ -72,8 +72,8 @@ public:
|
||||
PowerScaledCoordinate operator-(const PowerScaledCoordinate& rhs) const;
|
||||
float& operator[](unsigned int idx);
|
||||
float operator[](unsigned int idx) const;
|
||||
const double dot(const PowerScaledCoordinate& rhs) const;
|
||||
const double angle(const PowerScaledCoordinate& rhs) const;
|
||||
double dot(const PowerScaledCoordinate& rhs) const;
|
||||
double angle(const PowerScaledCoordinate& rhs) const;
|
||||
|
||||
// scalar operators
|
||||
PowerScaledCoordinate operator*(const double& rhs) const;
|
||||
|
||||
@@ -32,15 +32,10 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace openspace
|
||||
{
|
||||
|
||||
// forward declare the power scaled coordinates
|
||||
//class psc;
|
||||
namespace openspace {
|
||||
|
||||
class pss {
|
||||
public:
|
||||
|
||||
// constructors
|
||||
pss();
|
||||
pss(const glm::vec2 &v);
|
||||
|
||||
Reference in New Issue
Block a user