Function Camera.near

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

double near() nothrow @property @nogc;

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