Function Camera.far

The distance to the far culling boundary for this camera relative to its local Z axis.

double far() nothrow @property @nogc;

void far (
  double v
) nothrow @property @nogc;