Euphoria
space.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::render
4{
5
6constexpr auto UP = v3(0.0f, 1.0f, 0.0f);
7
15
18
19}
CameraVectors create_vectors(const Camera &camera)
Capture the current local space of the camera.
Definition ui.h:4
constexpr auto UP
Definition space.h:6
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:10
a 3d vector
Definition vec3.h:27