Skip to content

Namespace ILLIXR::math_util

Namespace List > ILLIXR > math_util

Public Functions

Type Name
void projection (Eigen::Matrix4f * result, const float tanAngleLeft, const float tanAngleRight, const float tanAngleUp, float const tanAngleDown, const float nearZ, const float farZ)
void projection_fov (Eigen::Matrix4f * result, const float fovLeft, const float fovRight, const float fovUp, const float fovDown, const float nearZ, const float farZ)

Public Functions Documentation

function projection

void ILLIXR::math_util::projection (
    Eigen::Matrix4f * result,
    const float tanAngleLeft,
    const float tanAngleRight,
    const float tanAngleUp,
    float const tanAngleDown,
    const float nearZ,
    const float farZ
) 

function projection_fov

void ILLIXR::math_util::projection_fov (
    Eigen::Matrix4f * result,
    const float fovLeft,
    const float fovRight,
    const float fovUp,
    const float fovDown,
    const float nearZ,
    const float farZ
) 


The documentation for this class was generated from the following file common/math_util.hpp