BEPUphysics.CollisionShapes.EntityShape.ComputeDistributionInformation C# (CSharp) Method

ComputeDistributionInformation() public abstract method

Computes a variety of shape information all at once.
public abstract ComputeDistributionInformation ( ShapeDistributionInformation &shapeInfo ) : void
shapeInfo ShapeDistributionInformation Properties of the shape.
return void
        public abstract void ComputeDistributionInformation(out ShapeDistributionInformation shapeInfo);