|
Blender V4.3
|
#include "BLI_math_angle_types.hh"#include "BLI_math_axis_angle_types.hh"#include "BLI_math_basis_types.hh"#include "BLI_math_euler_types.hh"#include "BLI_math_quaternion_types.hh"Go to the source code of this file.
Rotation Types
They give more semantic information and allow overloaded functions based on rotation type. They also prevent implicit cast from rotation to vector types.
Definition in file BLI_math_rotation_types.hh.