summaryrefslogtreecommitdiff
path: root/libs/panners/vbap/vbap_speakers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/panners/vbap/vbap_speakers.h')
-rw-r--r--libs/panners/vbap/vbap_speakers.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/panners/vbap/vbap_speakers.h b/libs/panners/vbap/vbap_speakers.h
index b2f8b3c9dd..c3e90ce646 100644
--- a/libs/panners/vbap/vbap_speakers.h
+++ b/libs/panners/vbap/vbap_speakers.h
@@ -84,11 +84,11 @@ private:
struct ls_triplet_chain *next;
};
- static float vec_angle(PBD::CartesianVector v1, PBD::CartesianVector v2);
- static float vec_length(PBD::CartesianVector v1);
- static float vec_prod(PBD::CartesianVector v1, PBD::CartesianVector v2);
- static float vol_p_side_lgth(int i, int j,int k, const std::vector<Speaker>&);
- static void cross_prod(PBD::CartesianVector v1,PBD::CartesianVector v2, PBD::CartesianVector *res);
+ static double vec_angle(PBD::CartesianVector v1, PBD::CartesianVector v2);
+ static double vec_length(PBD::CartesianVector v1);
+ static double vec_prod(PBD::CartesianVector v1, PBD::CartesianVector v2);
+ static double vol_p_side_lgth(int i, int j,int k, const std::vector<Speaker>&);
+ static void cross_prod(PBD::CartesianVector v1,PBD::CartesianVector v2, PBD::CartesianVector *res);
void update ();
int any_ls_inside_triplet (int a, int b, int c);