Verse API reference page for the MakeRotationFromYawPitchRollRadians function
Makes a rotation by applying a pre-rotation of YawAngle followed by PitchAngle and then RollAngle, in that order:
- yaw is right-handed rotation about the Down axis,
- pitch is right-handed rotation about the Right axis,
- roll is right-handed rotation about the Forward axis.
Verse using statement |
using { /Verse.org/SpatialMath } |
MakeRotationFromYawPitchRollRadians<public>(YawAngle:float, PitchAngle:float, RollAngle:float)<reads><computes>:rotation
Parameters
MakeRotationFromYawPitchRollRadians takes the following parameters:
| Name | Type | Description |
|---|---|---|
YawAngle |
float |
|
PitchAngle |
float |
|
RollAngle |
float |
Attributes, Specifiers, and Effects
Attributes
The following attributes determine how MakeRotationFromYawPitchRollRadians behaves outside the Verse language. For the complete list of attributes, see the Attributes section of the Specifiers Page.
| Attribute | Arguments | Meaning |
|---|---|---|
available |
MinUploadedAtFNVersion := 3600 |
This feature is available beginning with the UEFN version specified by MinUploadedAtFNVersion and unavailable prior to that version. |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.