Vector3HAllNonZero Method |
Determines whether all components of a given vector are unequal to the zero.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool AllNonZero(
Vector3H v
)
Parameters
- v Vector3H
- The vector to compare with the zero vector.
Return Value
BooleanTrue if all components of the specified vector are unequal to the zero; otherwise, False.
See Also