Size: * Added operators * Implemented IEquatable<Size> * Overrode Object.Equals, .ToString and .GetHashcode Vector3: * Object.Equals override: The `is` operator is faster than doing (x.GetType() != typeof (y))
No more jitter! Collisions actually work all the time!