Vector.

NearlyEquals(Vector) Method

Summary

Check if two vectors are nearly equal (numerically).
Namespace
Avalonia
Containing Type
Vector

Syntax

public bool NearlyEquals(Vector other)

Parameters

Name Type Description
other Vector The other vector.

Return Value

Type Description
bool True if vectors are nearly equal.