TRotation< FReal, 3 >::FromAxisAngle

Create a rotation about an axis by an angle specified in radians

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Rotation.h

Include

#include "Chaos/Rotation.h"

Syntax

static TRotation< FReal, 3 > FromAxisAngle
(
    const ::Chaos::TVector< FReal, 3 > & Axis,
    const FReal AngleRad
)

Remarks

Create a rotation about an axis by an angle specified in radians

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss