Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static bool Vector_IsNearlyZero
&40;
const FVector & A,
float Tolerance
&41;
Remarks
Checks whether vector is near to zero within a specified tolerance. true if vector is in tolerance to zero, otherwise false.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error tolerance. |