orthoCT.orthoCT

Undocumented in source.
  1. alias orthoCT = ortho_RH_01
  2. alias orthoCT = ortho_RH_M11
  3. alias orthoCT = ortho_LH_01
  4. alias orthoCT = ortho_LH_M11
    template orthoCT(NDC ndc, DepthClip dc)
    static if(!(ndc == NDC.rightHand && dc == DepthClip.zeroToOne))
    static if(!(ndc == NDC.rightHand && dc == DepthClip.minusOneToOne))
    static if(!(ndc == NDC.leftHand && dc == DepthClip.zeroToOne))
    static if(ndc == NDC.leftHand && dc == DepthClip.minusOneToOne)
    alias orthoCT = ortho_LH_M11

Meta