Click or drag to resize

VisualTurnTo Method (Axis, Double, SpeedProfile)

[Missing <summary> documentation for "M:Demo3D.Visuals.Visual.TurnTo(Demo3D.Common.Axis,System.Double,Demo3D.Visuals.SpeedProfile)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public void TurnTo(
	Axis axis,
	double target,
	SpeedProfile speedProfile
)

Parameters

axis
Type: Demo3D.CommonAxis

[Missing <param name="axis"/> documentation for "M:Demo3D.Visuals.Visual.TurnTo(Demo3D.Common.Axis,System.Double,Demo3D.Visuals.SpeedProfile)"]

target
Type: SystemDouble

[Missing <param name="target"/> documentation for "M:Demo3D.Visuals.Visual.TurnTo(Demo3D.Common.Axis,System.Double,Demo3D.Visuals.SpeedProfile)"]

speedProfile
Type: Demo3D.VisualsSpeedProfile

[Missing <param name="speedProfile"/> documentation for "M:Demo3D.Visuals.Visual.TurnTo(Demo3D.Common.Axis,System.Double,Demo3D.Visuals.SpeedProfile)"]

See Also