perspectiveCT.perspectiveCT

Undocumented in source.
  1. alias perspectiveCT = perspective_RH_01
  2. alias perspectiveCT = perspective_RH_M11
    template perspectiveCT(NDC ndc, DepthClip dc)
    static if(!(ndc == NDC.rightHand && dc == DepthClip.zeroToOne))
    static if(ndc == NDC.rightHand && dc == DepthClip.minusOneToOne)
    alias perspectiveCT = perspective_RH_M11
  3. alias perspectiveCT = perspective_LH_01
  4. alias perspectiveCT = perspective_LH_M11

Meta