Euphoria
space.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::render
4{
5
13
16
17}
CameraVectors create_vectors(const Camera &camera)
Capture the current local space of the camera.
Definition ui.h:4
yaw + pitch + roll
Definition axisangle.h:33
a 3d unit (vector)
Definition vec3.h:94
A temporary view of the local space of a camera.
Definition space.h:8