Click or drag to resize
DigitalRuneSrtTransform Constructor (Matrix33F)
Initializes a new instance of the SrtTransform struct with the given rotation.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public SrtTransform(
	Matrix33F rotation
)

Parameters

rotation
Type: DigitalRune.Mathematics.AlgebraMatrix33F
The rotation.
See Also