Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMMathLibrary
- FControlRigMathLibrary
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMMathLibrary.h |
| Include | #include "RigVMFunctions/Math/RigVMMathLibrary.h" |
Syntax
class FRigVMMathLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | AngleBetween
(
const FVector& A, |
||
| FVector & | ChooseBetterEulerAngleForAxisFilter
(
const FVector& Base, |
||
| FVector | ClampSpatially
(
const FVector& Value, |
||
| float | EaseFloat
(
float Value, |
||
| FQuat | FindQuatBetweenNormals
(
const FVector& A, |
||
| FQuat | FindQuatBetweenVectors
(
const FVector& A, |
||
| void | FourPointBezier
(
const FRigVMFourPointBezier& Bezier, |
||
| void | FourPointBezier
(
const FVector& A, |
||
| FVector | GetEquivalentEulerAngle
(
const FVector& InEulerAngle, |
See - "Computing Euler angles from a rotation matrix" by Gregory G. | |
| FTransform | LerpTransform
(
const FTransform& A, |