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

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,
	Vector3F translation
)

Parameters

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