BEPUphysics.CollisionShapes.EntityShape.GetBoundingBox C# (CSharp) 메소드

GetBoundingBox() 공개 추상적인 메소드

Computes a bounding box for the shape given the specified transform.
public abstract GetBoundingBox ( RigidTransform &transform, BEPUutilities.BoundingBox &boundingBox ) : void
transform BEPUutilities.RigidTransform Transform to apply to the shape to compute the bounding box.
boundingBox BEPUutilities.BoundingBox Bounding box for the shape given the transform.
리턴 void
        public abstract void GetBoundingBox(ref RigidTransform transform, out BoundingBox boundingBox);
    }