Click or drag to resize

ChainShapeTestPoint Method

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#
public override bool TestPoint(
	ref Transform transform,
	ref Vector2 point
)

Parameters

transform
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
point
Type: Internal.tainicom.Aether.Physics2D.CommonVector2

Return Value

Type: Boolean
See Also