Function Camera.isPositionBehind

Returns true if the given position is behind the camera. Note: A position which returns false may still be outside the camera's field of view.

bool isPositionBehind (
  const(Vector3) world_point
) nothrow @nogc const;