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: 19.00.00
Syntax
C#
public CylinderPrimitive(
	Vector3 origin,
	Vector3 axis,
	double length,
	double radius
)

Parameters

origin  Vector3

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

axis  Vector3

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

length  Double

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

radius  Double

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

See Also