TAMSVIZ
Visualization and annotation tool for ROS
Main Page
Classes
Files
File List
src
render
transformations.h
1
// TAMSVIZ
2
// (c) 2020 Philipp Ruppel
3
4
#pragma once
5
6
#include <Eigen/Dense>
7
8
Eigen::Matrix4d projectionMatrix(
double
fov_y,
double
aspect,
double
near,
9
double
far);
10
11
Eigen::Matrix4d lookatMatrix(
const
Eigen::Vector3d &eye,
12
const
Eigen::Vector3d &at,
13
const
Eigen::Vector3d &up);
Generated by
1.8.11