Namespace rayx::complex¶
Namespace List > rayx > complex
Public Types¶
| Type | Name |
|---|---|
| typedef tcomplex< double > | Complex |
| typedef std::complex< T > | tcomplex |
Public Functions¶
| Type | Name |
|---|---|
| RAYX_FN_ACC glm::dvec2 | abs (cvec2 v) |
| RAYX_FN_ACC glm::dvec3 | abs (cvec3 v) |
| RAYX_FN_ACC glm::dvec2 | arg (cvec2 v) |
| RAYX_FN_ACC glm::dvec3 | arg (cvec3 v) |
| RAYX_FN_ACC cvec2 | polar (glm::dvec2 mag, glm::dvec2 theta) |
| RAYX_FN_ACC cvec3 | polar (glm::dvec3 mag, glm::dvec3 theta) |
Public Types Documentation¶
typedef Complex¶
typedef tcomplex¶
Public Functions Documentation¶
function abs¶
function abs¶
function arg¶
function arg¶
function polar¶
function polar¶
The documentation for this class was generated from the following file Intern/rayx-core/src/Shader/Complex.h