Interface Quaternions4D.ComponentComparatorType
- Enclosing class:
Quaternions4D
public static interface Quaternions4D.ComponentComparatorType
The type of comparison functions for values of type
Quaternion4D
.-
Method Summary
-
Method Details
-
equals
boolean equals(double x, double y) - Parameters:
x
- The left valuey
- The right value- Returns:
true
iffx ≅ y
-