Click or drag to resize

PhysicsEngineCreateBoxGeometry Method

Creates a box (rectangular parallelepiped) collision geometry.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public 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

PhysicsBoxGeometry
The created box geometry.
See Also