Searched refs:thatTransform (Results 1 – 1 of 1) sorted by relevance
457 Transforms thatTransform = (Transforms) that; in equals() local458 return thatTransform.translationX == translationX && in equals()459 thatTransform.translationY == translationY && in equals()460 thatTransform.translationZ == translationZ && in equals()461 thatTransform.scaleX == scaleX && in equals()462 thatTransform.scaleY == scaleY && in equals()463 thatTransform.rotationX == rotationX && in equals()464 thatTransform.rotationY == rotationY && in equals()465 thatTransform.rotationZ == rotationZ; in equals()