NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.tainicom.Aether.Physics2D.Collision.Shapes
CircleShape Class
CircleShape Methods
Clone Method
CompareTo Method
ComputeAABB Method
ComputeProperties Method
ComputeSubmergedArea Method
RayCast Method
TestPoint Method
CircleShape
CompareTo Method
Compare the circle to another circle
Namespace:
Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
bool
CompareTo
(
CircleShape
shape
)
Parameters
shape
Type:
Internal.tainicom.Aether.Physics2D.Collision.Shapes
CircleShape
The other circle
Return Value
Type:
Boolean
True if the two circles are the same size and have the same position
See Also
Reference
CircleShape Class
Internal.tainicom.Aether.Physics2D.Collision.Shapes Namespace
Copyright 2024 NeoAxis Group. All rights reserved.