Shiokaze Framework
A research-oriented fluid solver for computer graphics
camera2_interface.h File Reference

Go to the source code of this file.

Classes

class  camera2_interface
 Interface for 2D camera manipulations. More...
 

Typedefs

using camera2_ptr = std::unique_ptr< camera2_interface >
 
using camera2_driver = recursive_configurable_driver< camera2_interface >