PhysicsEngineCreateCylinderGeometry Method |
Creates a cylindrical collision geometry formed about the z-axis.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic PhysicsCylinderGeometry CreateCylinderGeometry(
double radius,
double length
)
Parameters
- radius Double
- The radius for the cylinder geometry in the xy-plane.
- length Double
- The length for the cylinder geometry along the z-axis.
Return Value
PhysicsCylinderGeometryThe created cylinder geometry.
See Also