Function ndc

Build NDC from XYClip and ZClip

NDC ndc (
  in const(XYClip) xy,
  in const(ZClip) z
) pure nothrow @nogc @safe;