Class Vector2Comparator
java.lang.Object
com.prineside.tdi2.utils.syncchecker.DeepClassComparator<com.badlogic.gdx.math.Vector2>
com.prineside.tdi2.utils.syncchecker.comparators.Vector2Comparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compare
(com.badlogic.gdx.math.Vector2 o1, com.badlogic.gdx.math.Vector2 o2, DeepClassComparisonConfig cfg) Class<com.badlogic.gdx.math.Vector2>
forClass()
-
Constructor Details
-
Vector2Comparator
public Vector2Comparator()
-
-
Method Details
-
forClass
- Specified by:
forClass
in classDeepClassComparator<com.badlogic.gdx.math.Vector2>
-
compare
public void compare(com.badlogic.gdx.math.Vector2 o1, com.badlogic.gdx.math.Vector2 o2, DeepClassComparisonConfig cfg) - Specified by:
compare
in classDeepClassComparator<com.badlogic.gdx.math.Vector2>
-