| SrtTransform Constructor (Matrix33F) |
Initializes a new instance of the
SrtTransform struct with the given rotation.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public SrtTransform(
Matrix33F rotation
)
Public Sub New (
rotation As Matrix33F
)
public:
SrtTransform(
Matrix33F rotation
)
new :
rotation : Matrix33F -> SrtTransform
Parameters
- rotation
- Type: DigitalRune.Mathematics.AlgebraMatrix33F
The rotation.
See Also