PhysicsEngineCreateBoxGeometry Method |
Creates a box (rectangular parallelepiped) collision geometry.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic PhysicsBoxGeometry CreateBoxGeometry(
double length,
double height,
double width
)
Parameters
- length Double
- The length for the box geometry.
- height Double
- The height for the box geometry.
- width Double
- The width for the box geometry.
Return Value
PhysicsBoxGeometryThe created box geometry.
See Also