Click or drag to resize

PhysicsEngineCreateCylinderGeometry Method

Creates a cylindrical collision geometry formed about the z-axis.

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

PhysicsCylinderGeometry
The created cylinder geometry.
See Also