24 std::shared_ptr<Camera>
crop(
const std::shared_ptr<Camera>& camera,
const Vector2i& backgroundSize,
const Vector2i& point);
25 std::shared_ptr<Camera>
crop(
const std::shared_ptr<Camera>& camera,
const Vector2i& backgroundSize,
const Box2i& box);
26 std::shared_ptr<Camera>
crop(
const std::shared_ptr<Camera>& camera,
const Vector2i& backgroundSize,
const Vector2i& topLeft,
const Vector2i& size);
The Box2i class inherits from Box2, specilizing the template parameters to int for element type and V...
Definition box.h:119
The class Vector2i inherits from the templated class of Vector2, and the template parameters are spec...
Definition vector.h:255
std::shared_ptr< Camera > crop(const std::shared_ptr< Camera > &camera, const Vector2i &backgroundSize, const Vector2i &point)