CircleShapeCompareTo Method |
Compare the circle to another circle
Namespace: Internal.tainicom.Aether.Physics2D.Collision.ShapesAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool CompareTo(
CircleShape shape
)
Parameters
- shape CircleShape
- The other circle
Return Value
BooleanTrue if the two circles are the same size and have the same position
See Also