UtilIsInfinity Method (Vector3) |
Are any of the elements of a
Vector3 a
NegativeInfinity or
PositiveInfinity?
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntaxpublic static bool IsInfinity(
Vector3 v
)
Parameters
- v
- Type: Microsoft.DirectXVector3
Input Vector3.
Return Value
Type:
BooleanTrue if any element is a
NegativeInfinity or
PositiveInfinity, false otherwise.
See Also