#include <SphericalVertex.hpp>
◆ SphericalVertex() [1/2]
CU_API castor::SphericalVertex::SphericalVertex |
( |
float | radius = 0, |
|
|
float | phi = 0, |
|
|
float | theta = 0 ) |
Specified Constructor.
- Parameters
-
[in] | radius | The distance from origin |
[in] | phi | Phi angle |
[in] | theta | Theta angle |
◆ SphericalVertex() [2/2]
CU_API castor::SphericalVertex::SphericalVertex |
( |
Point3f const & | vertex | ) |
|
|
explicit |
Constructor from a cartesian point.
- Parameters
-
[in] | vertex | The vertex to convert |
◆ m_phi
float castor::SphericalVertex::m_phi |
◆ m_radius
float castor::SphericalVertex::m_radius |
The radius (distance to origin).
◆ m_theta
float castor::SphericalVertex::m_theta |
The documentation for this class was generated from the following file: