BEPUphysics.CollisionShapes.ConvexShapes.MinkowskiSumShape.MinkowskiSumShape C# (CSharp) Метод

MinkowskiSumShape() публичный Метод

Constructs a minkowski sum shape. The sum will be recentered on its local origin.
public MinkowskiSumShape ( IList shapeEntries, Vector3 &center ) : System
shapeEntries IList Entries composing the minkowski sum.
center Vector3 Center of the minkowski sum computed pre-recentering.
Результат System
        public MinkowskiSumShape(IList<OrientedConvexShapeEntry> shapeEntries, out Vector3 center)
            : this(shapeEntries)
        {
            center = -localOffset;
        }

Same methods

MinkowskiSumShape::MinkowskiSumShape ( IList shapeEntries ) : System
MinkowskiSumShape::MinkowskiSumShape ( OrientedConvexShapeEntry firstShape, OrientedConvexShapeEntry secondShape ) : System
MinkowskiSumShape::MinkowskiSumShape ( OrientedConvexShapeEntry firstShape, OrientedConvexShapeEntry secondShape, Vector3 &center ) : System