nux-0.9.48
|
#include "Vector3.h"
Go to the source code of this file.
Namespaces | |
namespace | nux |
Functions | |
Vector3 | nux::SphericalToCartesianXBaseDeg (float r, float theta, float phi) |
Vector3 | nux::SphericalToCartesianXBaseRad (float r, float theta, float phi) |
Vector3 | nux::SphericalToCartesianZBaseDeg (float r, float theta, float phi) |
Vector3 | nux::SphericalToCartesianZBaseRad (float r, float theta, float phi) |
Vector3 | nux::CartesianToSphericalXBaseRad (float x, float y, float z) |
Vector3 | nux::CartesianToSphericalZBaseDeg (float x, float y, float z) |