fsh::stk
fantastic spatial holophonic synthesis toolkit
Loading...
Searching...
No Matches
SphericalVector.h
1
/***************************************************************************************************
2
██████ █████ █████ █████
3
███░░███ ░░███ ░░███ ░░███
4
░███ ░░░ █████ ░███████ ██ ██ █████ ███████ ░███ █████
5
███████ ███░░ ░███░░███ ░░ ░░ ███░░ ░░░███░ ░███░░███
6
░░░███░ ░░█████ ░███ ░███ ░░█████ ░███ ░██████░
7
░███ ░░░░███ ░███ ░███ ░░░░███ ░███ ███ ░███░░███
8
█████ ██████ ████ █████ ██ ██ ██████ ░░█████ ████ █████
9
░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░ ░░ ░░░░░░ ░░░░░ ░░░░ ░░░░░
10
11
fantastic spatial holophonic synthesis tool kit
12
13
copyright (c) fabian hummel
14
www.github.com/fshstk
15
www.fshstk.com
16
17
this file is part of the fantastic spatial holophonic synthesis toolkit (fsh::stk)
18
fsh::stk is free software: it is provided under the terms of the gnu general public license v3.0
19
www.gnu.org/licenses/gpl-3.0
20
***************************************************************************************************/
21
22
#pragma once
23
#include <juce_opengl/juce_opengl.h>
24
25
namespace
fsh::util
26
{
30
struct
SphericalVector
31
{
32
double
azimuth
= 0.0;
33
double
elevation
= 0.0;
34
};
35
}
// namespace fsh::util
fsh::util::SphericalVector
Represents a direction in spherical coordinates.
Definition
SphericalVector.h:31
fsh::util::SphericalVector::elevation
double elevation
elevation in degrees
Definition
SphericalVector.h:33
fsh::util::SphericalVector::azimuth
double azimuth
azimuth in degrees
Definition
SphericalVector.h:32
src
common
util
SphericalVector.h
Generated on Sun Dec 22 2024 15:56:35 for fsh::stk by
1.12.0