Skip to main content

Velocity3DComponent.ixx File

Velocity component alias for local-space 3D motion. More...

Included Headers

#include <helios.engine.core.components.Vec3Component>

Namespaces Index

namespacehelios
namespacephysics
namespacemotion
namespacecomponents

Classes Index

structVelocityComponentDomain

Domain marker for velocity component typing. More...

Description

Velocity component alias for local-space 3D motion.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.physics.motion.components:Velocity3DComponent;
8
9import helios.engine.core.components.Vec3Component;
10
12
17
24 template<typename TOwnerHandle, typename ... TArgs>
25 using Velocity3DComponent = helios::engine::core::components::Vec3Component<TOwnerHandle, float, VelocityComponentDomain, TArgs...>;
26
27
28}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.