Click or drag to resize

AABBContains Method (Vector2)

Determines whether the AAABB contains the specified point.

Namespace:  Internal.tainicom.Aether.Physics2D.Collision
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Contains(
	ref Vector2 point
)

Parameters

point
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The point.

Return Value

Type: Boolean
true if it contains the specified point; otherwise, false.
See Also