opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
camera_projection.h
Go to the documentation of this file.
1#pragma once
2
3#include <iosfwd>
4
5namespace osc
6{
7 // the shape of the viewing frustum that the camera uses
15
16 std::ostream& operator<<(std::ostream&, CameraProjection);
17}
Definition custom_decoration_generator.h:5
std::ostream & operator<<(std::ostream &, const Object &)
CameraProjection
Definition camera_projection.h:8