mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
renamed headers
This commit is contained in:
15
include/omath/view_angles.hpp
Normal file
15
include/omath/view_angles.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Orange on 11/30/2024.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
namespace omath
|
||||
{
|
||||
template<class PitchType, class YawType, class RollType>
|
||||
struct ViewAngles
|
||||
{
|
||||
PitchType pitch;
|
||||
YawType yaw;
|
||||
RollType roll;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user