Click or drag to resize

CylinderPrimitive Constructor

Initializes a new instance of the CylinderPrimitive class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public CylinderPrimitive(
	Vector3 origin,
	Vector3 axis,
	double length,
	double radius
)

Parameters

origin
Type: Microsoft.DirectXVector3

[Missing <param name="origin"/> documentation for "M:Demo3D.Visuals.CylinderPrimitive.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Double,System.Double)"]

axis
Type: Microsoft.DirectXVector3

[Missing <param name="axis"/> documentation for "M:Demo3D.Visuals.CylinderPrimitive.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Double,System.Double)"]

length
Type: SystemDouble

[Missing <param name="length"/> documentation for "M:Demo3D.Visuals.CylinderPrimitive.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Double,System.Double)"]

radius
Type: SystemDouble

[Missing <param name="radius"/> documentation for "M:Demo3D.Visuals.CylinderPrimitive.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Double,System.Double)"]

See Also