YawPitchRollComponent.ixx File
Component storing yaw/pitch/roll angles in radians. More...
Included Headers
#include <helios.engine.core.spatial>
#include <helios.engine.core.units.Unit>
#include <helios.math.types>
#include <helios.engine.runtime.world.GameObject>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | spatial |
| namespace | components |
Classes Index
| struct | YawPitchRollComponent<THandle> |
|
Stores Euler-style camera/control angles in radians. More... | |
Description
Component storing yaw/pitch/roll angles in radians.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::engine::spatial::components {
23 struct YawPitchRollComponent {
25 using Value_type = helios::math::vec3f;
27 using Handle_type = THandle;
38 void setValue(const Value_type value) noexcept {
39 yaw = value[0];
40 pitch = value[1];
41 roll = value[2];
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.