YawPitchRollComponent Struct Template
Stores Euler-style camera/control angles in radians. More...
Declaration
template <typename THandle>
struct helios::engine::spatial::components::YawPitchRollComponent<THandle> { ... }
Public Member Attributes Index
template <typename THandle> | |
| float | yaw = 0 |
|
Rotation around up axis in radians. More... | |
template <typename THandle> | |
| float | pitch = 0 |
|
Rotation around right axis in radians. More... | |
template <typename THandle> | |
| float | roll = 0 |
|
Rotation around forward axis in radians. More... | |
Description
Stores Euler-style camera/control angles in radians.
- Template Parameters
-
THandle Owning entity handle type.
Definition at line 23 of file YawPitchRollComponent.ixx.
Public Member Attributes
pitch
template <typename THandle>
|
Rotation around right axis in radians.
Definition at line 29 of file YawPitchRollComponent.ixx.
roll
template <typename THandle>
|
Rotation around forward axis in radians.
Definition at line 32 of file YawPitchRollComponent.ixx.
yaw
template <typename THandle>
|
Rotation around up axis in radians.
Definition at line 26 of file YawPitchRollComponent.ixx.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.