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);
    }