FarseerPhysics.Collision.Shapes.Shape.ComputeAABB C# (CSharp) Method

ComputeAABB() public abstract method

Given a transform, compute the associated axis aligned bounding box for a child shape.
public abstract ComputeAABB ( AABB &aabb, Transform &transform, int childIndex ) : void
aabb AABB The aabb results.
transform Transform The world transform of the shape.
childIndex int The child shape index.
return void
        public abstract void ComputeAABB(out AABB aabb, ref Transform transform, int childIndex);