AABBContains(Vector2) Method |
Determines whether the AAABB contains the specified point.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Contains(
ref Vector2 point
)
Parameters
- point Vector2
- The point.
Return Value
Booleantrue if it contains the specified point; otherwise,
false.
See Also