Click or drag to resize
DigitalRuneSrtTransform Constructor (QuaternionF, 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(
	QuaternionF rotation,
	Vector3F translation
)

Parameters

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