Camera.isPositionBehind

Returns true if the given position is behind the Camera. Note that 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