|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Tools to convert spherical to cartesian coordinates. More...
Functions | |
| void | fromRadianToCarthesien (decimal tetha, decimal phi, vec3 &result) |
| Convert spherical coordinates to cartesian coordinates In this function : More... | |
| void | fromRadianToCarthesien2 (decimal tetha, decimal phi, vec3 &result) |
| Convert spherical coordinates to cartesian coordinates In this function : More... | |
Tools to convert spherical to cartesian coordinates.
| void Tools::fromRadianToCarthesien | ( | decimal | tetha, |
| decimal | phi, | ||
| vec3 & | result | ||
| ) |
Convert spherical coordinates to cartesian coordinates In this function :
Definition at line 21 of file UnitConverter.cpp.

| void Tools::fromRadianToCarthesien2 | ( | decimal | tetha, |
| decimal | phi, | ||
| vec3 & | result | ||
| ) |
Convert spherical coordinates to cartesian coordinates In this function :
Definition at line 28 of file UnitConverter.cpp.
