Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/VehicleUtility.h |
| Include | #include "VehicleUtility.h" |
Syntax
class FVehicleUtility
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | CalculateSlipAngle
(
float Y, |
||
| void | ClampNormalRange
(
float& InOutValue |
Clamp value between 0 and 1 | |
| float | PitchFromForwardVectorRadians
(
const FVector& NormalizedForwardsVector |
Calculate Pitch angle in Radians from a Normalized Forward facing vector | |
| float | RollFromRightVectorRadians
(
const FVector& NormalizedRightVector |
Calculate Roll angle in Radians from a Normalized Right facing vector | |
| float | TurnRadiusFromThreePoints
(
const FVector& PtA, |
Calculate turn radius from three points. | |
| float | YawFromForwardVectorRadians
(
const FVector& NormalizedForwardsVector |
Calculate Yaw angle in Radians from a Normalized Forward facing vector |