Click or drag to resize

VisualRotateToLocalZ Method

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public void RotateToLocalZ(
	double localZDegrees,
	double degreesPerSecond
)

Parameters

localZDegrees
Type: SystemDouble

[Missing <param name="localZDegrees"/> documentation for "M:Demo3D.Visuals.Visual.RotateToLocalZ(System.Double,System.Double)"]

degreesPerSecond
Type: SystemDouble

[Missing <param name="degreesPerSecond"/> documentation for "M:Demo3D.Visuals.Visual.RotateToLocalZ(System.Double,System.Double)"]

See Also