Click or drag to resize

VisualRotateByImmediate Method

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void RotateByImmediate(
	Axis axis,
	double degrees
)

Parameters

axis
Type: Demo3D.CommonAxis

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

degrees
Type: SystemDouble

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

See Also