FMUtilities.

IsNaN(float3) Method

Summary

Is any component of the `vector` System.Single.NaN?
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool IsNaN(this float3 vector)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
vector float3

Return Value

Type Description
bool