Home
last modified time | relevance | path

Searched defs:Camera (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/statechart/example/Camera/
DCamera.hpp35 struct Camera : sc::state_machine< Camera, NotShooting > struct
42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > argument
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DCamera.cpp27 Camera::Camera(vec3f position, vec3f target, float viewportWidth, float viewportHeight) in Camera() function in Camera