[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Angle class

Namespace:  Mogware.VisualStudio.ColladaNet.Animations
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public Angle(
	float degrees
)
Visual Basic (Declaration)
Public Sub New ( _
	degrees As Single _
)
Visual C++
public:
Angle(
	float degrees
)

Parameters

degrees
Type: System..::.Single

[Missing <param name="degrees"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.Angle.#ctor(System.Single)"]

See Also