FVehicleUtility

Windows
MacOS
Linux

References

Module

ChaosVehiclesCore

Header

/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/VehicleUtility.h

Include

#include "VehicleUtility.h"

Syntax

class FVehicleUtility

Functions

Name Description

Public function Static

void

 

ClampNormalRange

(
    float& InOutValue
)

Clamp value between 0 and 1

Public function Static

float

 

PitchFromForwardVectorRadians

(
    const FVector& NormalizedForwardsV...
)

Calculate Pitch angle in Radians from a Normalized Forward facing vector

Public function Static

float

 

RollFromRightVectorRadians

(
    const FVector& NormalizedRightVect...
)

Calculate Roll angle in Radians from a Normalized Right facing vector

Public function Static

float

 

TurnRadiusFromThreePoints

(
    const FVector& PtA,
    const FVector& PtB,
    const FVector& PtC
)

Calculate turn radius from three points.

Public function Static

float

 

YawFromForwardVectorRadians

(
    const FVector& NormalizedForwardsV...
)

Calculate Yaw angle in Radians from a Normalized Forward facing vector

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