Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMMathLibrary.h |
| Include | #include "RigVMFunctions/Math/RigVMMathLibrary.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigVMSimPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | InheritMotion | Defines how much the point will inherit motion from its input. | |
| float | LinearDamping | The linear damping of the point | |
| FVector | LinearVelocity | The velocity of the point per second | |
| float | Mass | The mass of the point | |
| FVector | Position | The position of the point | |
| float | Size | Size of the point - only used for collision |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMSimPoint | IntegrateSemiExplicitEuler
(
const FVector& InForce, |
||
| FRigVMSimPoint | IntegrateVerlet
(
const FVector& InForce, |