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.

struct Camera
@nogc nothrow const
bool
isPositionBehind
(
in Vector3 world_point
)

Meta