Click or drag to resize

ShapeComputeAABB Method

Given a transform, compute the associated axis aligned bounding box for a child shape.

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 abstract void ComputeAABB(
	out AABB aabb,
	ref Transform transform,
	int childIndex
)

Parameters

aabb
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The aabb results.
transform
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
The world transform of the shape.
childIndex
Type: SystemInt32
The child shape index.
See Also