FVector3IsZero Method
Return a value indicating whether the vector value is zero.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsZero(
FVector3 vector
)
Public Shared Function IsZero (
vector As FVector3
) As Boolean
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to inspect.
Boolean
True if all of the member values of the vector are zero. Otherwise,
false.