Method | Description | |
---|---|---|
ComputeBoundingBox ( |
Computes the bounding box of the transformed mesh shape.
|
|
InstancedMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices ) : BEPUphysics.DataStructures |
Constructs a new instanced mesh shape.
|
public ComputeBoundingBox ( |
||
transform | Transform to apply to the shape during the bounding box calculation. | |
boundingBox | BoundingBox | Bounding box containing the transformed mesh shape. |
return | void |
public InstancedMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices ) : BEPUphysics.DataStructures | ||
vertices | Microsoft.Xna.Framework.Vector3 | Vertices of the mesh. |
indices | int | Indices of the mesh. |
return | BEPUphysics.DataStructures |