API Documentation
Loading...
Searching...
No Matches
AxisAngle< t_angle_type, t_axis_type > Struct Template Reference

An angle about a particular, defined 3D axis. More...

#include <Quaternion.hpp>

Collaboration diagram for AxisAngle< t_angle_type, t_axis_type >:
[legend]

Public Attributes

Angle< t_angle_type > angle
 
Vector< 3, t_axis_type > axis
 

Detailed Description

template<class t_angle_type, class t_axis_type>
struct NDEVR::AxisAngle< t_angle_type, t_axis_type >

An angle about a particular, defined 3D axis.


Class: AxisAngle

autotoc_md423

Member Data Documentation

◆ angle

template<class t_angle_type , class t_axis_type >
Angle<t_angle_type> angle

◆ axis

template<class t_angle_type , class t_axis_type >
Vector<3, t_axis_type> axis

The documentation for this struct was generated from the following file: