Skip to content
Snippets Groups Projects
Verified Commit 7bf66d14 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

geometry: minor cleanup

parent a1e58775
No related branches found
No related tags found
No related merge requests found
/*
* Copyright 2014-2020 CNRS INRIA
* Copyright 2014-2023 CNRS INRIA
*/
#ifndef __eigenpy_angle_axis_hpp__
#define __eigenpy_angle_axis_hpp__
#include <Eigen/Core>
#include <Eigen/Geometry>
#include "eigenpy/eigenpy.hpp"
namespace eigenpy {
......
/*
* Copyright 2014-2019, CNRS
* Copyright 2018-2019, INRIA
* Copyright 2018-2023, INRIA
*/
#include "eigenpy/geometry.hpp"
#include <Eigen/Geometry>
#include <iostream>
#include "eigenpy/eigenpy.hpp"
#include "eigenpy/geometry.hpp"
namespace bp = boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment