UtilIsNaN(Vector3) Method |
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static bool IsNaN(
Vector3 v
)
Parameters
- v Vector3
- Input Vector3.
Return Value
BooleanTrue if any element is a
NaN, false otherwise.
See Also